.chromestyle{
font-size: 12px;
top: 107px;
left: 4px;
width: 756px;
height: 30px;
position: relative;
margin: 0;
padding: 2px 0 0 0;
background: url(../images/bg_nav.gif) repeat-x top left;
}

.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 0 0 11px;
padding: 4px 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
font-family: "Tahoma", Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
text-transform:uppercase;
display: inline;
margin: 0;
padding: 4px 0;
border-right: 1px solid #f6d36c;
}

.chromestyle ul li a{
color: #666666;
padding: 6px 10px;
margin: 0;
text-decoration: none;
letter-spacing: .05em;
}
.chromestyle ul li a:visited{
color: #666666;
padding: 6px 10px;
margin: 0;
text-decoration: none;
letter-spacing: .05em;
}

.chromestyle ul li a:hover{
color: #2d4c9c;
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #eeae11; /*THEME CHANGE HERE*/
border-top: 0;
font:normal 11px Arial;
line-height:12px;
z-index:100;
background-color: #fbf1ca;
width: 160px;
visibility: hidden;
}


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

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

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