.chromestyle{
width: 99%;
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
font:normal 11px Arial;
width: 100%;
background: url(chromebg22.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 3px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #666666;
padding: 4px 7px;
font:normal 11px Arial;
margin: 0;
padding: 3px 20;
text-decoration: none;
border-right: 1px solid #284280; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(chromebg22-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #284280; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:28px;
z-index:100;
background-color: #FAFBFE;
width: 150;
visibility: hidden;
text-align: left;
padding: 0px 0px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 12px;
border-bottom: 1px solid #284280; /*THEME CHANGE HERE*/
border-right: 0px solid #284280; /*THEME CHANGE HERE*/
font:normal 11px Arial;
padding: 0;
text-decoration: none;
font-weight: normal;
color: black;
padding: 4px 7px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E6E9F9;
border-right: 0px solid #284280; /*THEME CHANGE HERE*/
}