.chromestyle{
width: 99%;
font-weight: bold;
}

.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%;
padding: 1px;
margin: 4px;
text-align: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FFB91B;
padding: 7px 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #7094DB;
}

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

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/* content: " v"; */
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
/* border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px;
line-height:14px;
z-index:100;
background-color: #185696;
width: 180px;
visibility: hidden;
filter: alpha(opacity=80);-moz-opacity:.80;opacity:.80;); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
width: auto;
display: block;
text-indent: 9px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FFFFFF;
background-color: #273039;
}