.chromestyle{
width: 100%;
font-weight: bold;
z-index:200;
}

.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 #666666;
width: 100%;
background: url('/resources/styles/chromebg.gif') center center repeat-x; /*THEME CHANGE HERE*/
font:normal 11.5px Verdana,Arial;
padding: 4px 10px;
margin: 0;
text-decoration: none;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 10px;
margin: 0;
font:normal 11.5px Verdana,Arial;
font-weight: normal;
text-decoration: none;
z-index:199;
border-right: 1px solid #666666;
}

.chromestyle ul li a:hover
{
color: #F6FC5D;
font-weight: normal;
text-decoration: none;
z-index:199;
background: url(/resources/styles/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*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 #666666; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Calibri,Verdana,Arial;
line-height:14px;
z-index:200;
background-color: #B69CDA;
width: 200px;
visibility: hidden;
/*filter:alpha(opacity=90); */
/*-moz-opacity:.80; */
/* opacity:.80; */
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #361846; /*THEME CHANGE HERE*/
padding: 2px 0;
background-color: #C4C5F0;
text-decoration: none;
font-weight: normal;
color: black;
/* filter:alpha(opacity=90);
-moz-opacity:.80;
opacity:.80; */
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
/* filter:alpha(opacity=90);
-moz-opacity:.80;
opacity:.80; */
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #9C9EDA;
}