.chromestyle{
width:100%;
height:41px;
background-image:url(../images/line_01.jpg); background-repeat:repeat-x;

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

.chromestyle ul{
width: 100%;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
font-family:arial;
padding: 0px 9px;
font-weight:bold;
font-size:11px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
color:#990000; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px arial;
line-height:18px;
z-index:100;
margin-top:13px;
background-color:#6784bd;

visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
font-family:arial; font-size:11px; font-weight:bold; color:#fff;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: bold;
color:#fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 200px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
font-family:arial; font-size:11px; font-weight:bold; color:#000;
}