.chromestyle{
width: 100%;
font-weight: bold;
height:26px;
padding-top:1px;
}

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

.chromestyle ul{
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 2px 0;
margin: 0;
text-align:left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 0px 23px 3px 5px;
margin: 0;
text-decoration: none;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
font-weight:bold;
color:#084887;
}

.chromestyle ul li a:Hover{
background-color:#eee;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
font-weight:bold;
color:#084887;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #999; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 11px Verdana;
z-index:100;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999; /*THEME CHANGE HERE*/
padding: 0 0 0 0;
text-decoration: none;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
font-weight:normal;
color:#000;
background-color:#eee;
height:20px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fff;
text-decoration:none;
font-size:11px;
}
