.chromestyle{
width: 18%;
color:#FFFFFF;
font-weight: bold;
text-align:right;
height:15px;
font-size:10px;
font-family:Tahoma, Geneva, sans-serif;
padding-left:650px;
vertical-align:middle;
padding-top: 2px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-right: 0px solid #DADADA;
width: 100%;
padding: 2px 2px;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
vertical-align: middle;

background:url(../image/bg_bar.jpg);
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFF;
padding: 4px 7px 2px 2px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background:url(../image/bg_bar.jpg); center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
color:#FFF;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:10px;
z-index:100;
background:url(../image/bg_bar.jpg);
width: 150px;
visibility: hidden;
height:15px;
}


.dropmenudiv a{
width: auto;
display:inherit;
text-indent: 3px;
background: #333;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 2px;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #666;
color: #FFF;
padding: 2px 2px;
}