.chromestyle{
width: 660px;
}

.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: 5px 20px 8px 5px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding: 0px 0px 11px 5px;
}

.chromestyle ul li a{
color: #000000;
padding: 4px 11.7px 0px 0px;
margin: 0;
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*/
color: #002b44;
text-decoration: none;
font-weight:500;
}


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

.dropmenudiv{
position:absolute;
top: 0;
font:normal 11px Arial Narrow;
line-height:12px;
z-index:100;
background-color: #cddae1;
width: 200px;
visibility: hidden;
padding: 8px 0px 8px 8px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
background:#487a97;
margin-left: -8px;
padding-left: 8px;
}