.chromestyle{
width:100%;
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
background:url(../images/menu-seperators-bg.png) 344px 3px no-repeat;
*background:url(../images/menu-seperators-bg.png) 45px 9px no-repeat;
*float:right;
padding: 0px 0;
*width:578px;
height:28px;
margin: 35px 27px 0 0;
*margin-top:28px;
*margin-right:23px;
text-align: right; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #0669a0;
padding: 7px 5px;
*display:block;
*padding: 7px 7px;
*float:left;
margin: 0;
text-decoration: none;
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background:#f8941d; /*url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
outline:#f8941d 1px solid;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
outline:#f8941d 1px solid;
position:absolute;
top: 0;
border-bottom-width:0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color:#f8941d;
width: 160px;
*width: 150px !important;
visibility: hidden;
text-align:left;
font-style:italic;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}

.dropmenudiv span{
font-size:10px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 8px 0;
text-decoration: none;
font-weight: normal;
color: white;
line-height:12px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f8941d;
}

#dropmenu4{
*width:160px !important;
}