.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 #BBB;
width: 100%;
background: repeat-x center center; /*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: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #E2DFB8;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px
}

.chromestyle ul li a:hover{
background: #999999 repeat-x center center; /*THEME CHANGE HERE*/
; color: #FFFFFF
}

.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;
margin-left:0px;
border: 1px #FFFFFF dashed;
font-size:12px; 
font-family: Arial, Helvetica, sans-serif;
z-index:100;
background-color: #777777;
width: 180px;
visibility: hidden;
filter: progid; 
color: #FFFFFF;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
; font-family: Arial, Helvetica, sans-serif; font-size: 12px
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #999999;
; color: #FFFFFF;
}