.chromestyle{
width: 760px;
height:30px;
float:right;
background-color:#3b4783;
font-weight: bold;
font-size:9px;
}


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

.chromestyle ul{
width: 760px;
background: #3b4783; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
background-color:#3b4783;
padding: 0 7px 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #fff; /*THEME CHANGE HERE*/
display:block;
float:left;
height:30px;
}

.chromestyle ul li img { float:right;}



.chromestyle ul li a:visited, .chromestyle ul li a.selected{ color:#FFFFFF}

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

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#FFFF00;
}
.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#3b4783;
width: 200px;
visibility: hidden;
}


.dropmenudiv a, .dropmenudiv a:visited{
width: 100%;
color:#FFFFFF;
display: block;
text-indent: 3px;
border: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
font-size:9px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FFFF00;
}
