.chromestyle{
width:760px;
*width:761px;
margin:75px 0px 0px 179px;
*margin:75px 0px 0px 179px;
background:#587798;
opacity: 0.90;
color:#FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
color:#FFFFFF;
font-size:11px;
padding:2px 0px 2px 0px;
margin:0px 0px 0px 0px;
border:1px solid #031931;
width:760px;
background:none;
text-align: center; /*set value to "left", "center", or "right"*/
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

.chromestyle ul li{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
background:#587798;
display: inline;
color:#FFFFFF;
}

.chromestyle ul li a{
color: #FFFFFF;
padding:0px 25px 0px 25px;
margin:0px 0px 0px 0px;
text-decoration: none;
}

.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(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
background:#587798;
color:#FFFFFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
background:#5984AE;
border:1px solid #031931;
z-index:100;
width:140px;
visibility: hidden;
}


.dropmenudiv a{
display: block;
padding:0px 0px 0px 0px;
text-decoration: none;
}

.dropmenudiv ul {
width:140px;
color:#FFFFFF;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
text-decoration: none;
}

.dropmenudiv ul li {
width:140px;
color:#FFFFFF;
padding:0px 0px 0px 0px;
text-decoration: none;
font-weight: bold;
border-bottom:1px solid #000000;
}


.dropmenudiv ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
padding:3px 5px 3px 5px;
margin:0px 0px 0px 0px;
text-decoration: none;
font-weight: bold;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #587798;
}