.chromestyle{
font-weight: bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#023D5F;


}


.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background-color:#3A89D8;*/ /*THEME CHANGE HERE*/
padding: 0 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #ffffff;
padding: 2px 5px;
margin: 0;
text-decoration: none;
border-right: 2px solid #FFFFFF;

}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
background-color:#FFFFFF;
color:#000000;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #DFDEDE;*/ /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
/*font-size:12px;*/
font:normal 11px Verdana;
line-height:15px;
z-index:100;
background-color:#ffffff;
width: 175px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);/*Add Shadow in IE. Remove if desired*/
text-align:left;
text-indent:10px;


}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border: 1px solid #DFDEDE;  /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: normal;
color: #000000;
background-color:#ffffff;
text-align:left;
text-indent:10px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E6AE00;
color:#000000;
text-align:left;
text-indent:10px;
}

