.chromestyle{
width: 99%;
font-weight: bold;
}

.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 #d3eef7;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.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;
font:normal 12px Arial;
z-index:100;

width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */

}


.dropmenudiv a{
width: auto;
display: block;


border-bottom: 1px solid #b08e9f !important;
padding: 8px 10px;
text-decoration: none;
background: #d3eef7;
font: bold 12px/16px Arial, Helvetica, sans-serif;
color: #5A5858 !important;
width: 180px;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f2c3dc;
border-bottom: 1px solid #b08e9f; /*THEME CHANGE HERE*/

}

#dropmenu8 {
	display: none;
}