.chromestyle{
/*width: 971px;*/
}

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

.chromestyle ul{
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
margin: 0;
margin-left: 10px;
text-align: center; /*set value to "left", "center", or "right"*/
padding-top:10px;

}

.chromestyle ul li{
display: inline;
padding-top:12px;
}

.chromestyle ul li a{
display:inline;
color:#008FD4;
padding-right:26px;
padding-left:26px;
border-right: 1px solid;
border-color:#2E3192;
text-decoration:none;
}

.chromestyle ul li a:hover{
color:#19437F;

}



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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #c2e7fb; /*THEME CHANGE HERE*/
font:normal 13px Verdana;
line-height:18px;
z-index:100;
background-color: #FFFFFF;
color:#FFD850;
text-align:left;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
color:#19437F;
background-color:#FFFFFF;
border-bottom: 1px solid #c2e7fb; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color:#FFD850;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #c2e7fb;
color: #19437F;
}