.chromestyle{
font-weight: normal;
text-align:center;
}

.chromestyle:after{ 
/*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0 0 0;
margin: 0;
text-align: center; 
/*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #9D0C0B;
padding: 4px 15px 0 15px;
margin: 0;
text-decoration: underline;
white-space: nowrap;
}

.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*/
text-decoration: none;
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #bbb; /*THEME CHANGE HERE*/
border-bottom-width: 0;
color: #000;
line-height:18px;
z-index:110;
background-color: white;
width: 140px;
white-space: nowrap;
visibility: hidden;
margin-left: 35px;
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #ddd; /*THEME CHANGE HERE*/
padding: 3px 7px 2px 7px;
text-decoration: none;
color: #000;
text-align: left; 
white-space: nowrap;
background-color: #fff;
border-left: 3px solid #ddd;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fff;
text-decoration: none;
color: #9D0C0B;
border-left: 3px solid #990033;
}