.menustyle{
width: 99%;
font-weight: bold;
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menustyle ul{
border: 1px solid #BBB;
width: 100%;
background-color: #555;
color: #FFF;
padding: 4px 0;
margin: 0;
text-align: left;
}

.menustyle ul li{
display: inline;
font:normal 10px Verdana;
}

.menustyle ul li a{
color: #FFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.menustyle ul li:hover, .menustyle ul li a:hover{
background-color: #236B6A; /* #00773C;  */
color: #FFF;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #236B6A; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:14px;
z-index:100;
background-color: white;
width: 160px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
background-color: #626262;
color: #FFF;
}

.dropmenudiv a:hover{
background-color: #236B6A; /* #00773C;  */
text-decoration: none;
color: #FFF;
}

.dropmenudiv .grey {
background-color: #888;
color: #DDD;
padding: 0;
margin: 0;
}

