.chromestyle{
font-size: 12px;
top: 0;
width: 912px;
position: relative;
margin: 2px 0 0 0;
padding: 0 0 0 28px;
height: 32px;
background:url(../images/bg-nav.jpg) repeat-x left top;
}

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

.chromestyle ul{
margin: 0;
padding: 8px 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin: 0;
padding: 8px 0;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited {
color: #FFFFFF;
padding: 7px 10px;
margin: 0 0 0 0;
text-decoration: none;
border-right: 1px solid #5b5b9a;
}

.chromestyle ul li a:hover{
color: #FFFFFF;
background-color: #5b5b9a;
}


/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #666699; /*THEME CHANGE HERE*/
border-top: 0;
font:normal 11px Arial;
line-height:12px;
z-index:100;
background-color: #eeedeb;
width: 160px;
visibility: hidden;
margin:1px 0 0 0;
}


.dropmenudiv a:link, .dropmenudiv a:visited{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 6px 8px 6px 4px;
text-decoration: none;
color: #073578;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #073578;
text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #d7dadf;
color: #2d4c9c;
text-decoration: none;
}
