.chromestyle{
width: 99%;
color:#818dc2;
}

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

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border:1px solid #4e62ad;
font-size:12px;
line-height:18px;
z-index:1000;
background-color: #d9dcec;
width:200px;
visibility: hidden;
margin:5px 0 0 -11px;
}

#dropmenu6{ 
margin:5px 0 0 -99px !important;
margin:5px 0 0 -0px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 3px 10px;
text-decoration: none;
font-weight: normal;
color: black;
font-size:12px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
font-size:12px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
width:180px;
background-color: #4e62ad;
color:#fff;
}

.dropmenudiv div.subpage a{
padding:3px 0 3px 20px;

}