.chromestyle{
/*width: 99%;*/
position: relative;
margin: 0 auto;
width: 967px;
height: 25px;
font-family: Arial;
font-size: 55%;
line-height: 20px;
background-color: #203f6e;
text-align: left;
background: url(../images/Menu_Bg2.jpg) top left repeat-x; /*THEME CHANGE HERE*/
}


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

.chromestyle ul li{
display: inline;
color: #5398ff;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
color: #5398ff;
}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position: absolute;
top: 0;
border: 1px solid #c6ddff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 10px Verdana;
line-height: 15px;
z-index: 100;
background-color: #6ba0ee;
width: 120px;
visibility: hidden;
text-align: left;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#203f6e,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 4px;
border-bottom: 1px solid #c6ddff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #09245d;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #71a9fc;
text-decoration: underline;
}