.chromestyle{
font-weight: normal;
height:34px; 
margin:20px 30px 0 0; 
background:url(../images/menu/bg.jpg) repeat-x; 
padding:0; 
font-size:11px;
float:right;
width:702px;
display:inline;
}

*html .chromestyle{ width:705px; }

.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:0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
float:left;
line-height:34px;
margin:0; padding:0;
}

.chromestyle ul li a, .chromestyle ul li a:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color: #ffffff;
padding: 10px;
text-align:left;
margin: 0;
text-decoration: none;
background:url(../images/menu/vline.jpg) no-repeat right;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#ffffff;
background:url(../images/menu/hover.jpg) repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
margin:0;
position:absolute;
top: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
line-height:16px;
z-index:100;
background-color: white;
visibility: hidden;
width: 250px;
}


.dropmenudiv a, .dropmenudiv a:visited{
background:#1572B9 url(../images/menu/sub_bg.jpg) repeat-x;
width: 250px;
display: block;
text-indent: 3px;
line-height:23px;
padding: 0 10px 0 5px;
text-decoration: none;
margin:0;
font-weight: normal;
color: #fff;
border-bottom:#fff solid 1px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 250px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:#F9A245 url(../images/menu/sub_hover.jpg) repeat-x;
padding: 0 0 0 5px;
color: #ffffff;
border-bottom:#fff solid 1px;
width: 250px;
}