#chromemenu {
margin:0px auto;
width: 800px;
height: 47px;
background: url(menu-bg.gif) no-repeat top center;
padding-top:0px;
padding-left: 0px;
}
#chromemenu a{
color: #FFFFFF;
}
#chromemenu a:hover{
color: #5a0016;
}

.chromestyle{
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{
margin:0px auto;
width: 800px;
padding: 17px 0px 17px 0px;

text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 15px 24px 11px 25px;
margin: 0;
text-decoration: none;
color: #FFFFFF;
font: bold 13px "Trebuchet MS", Tahoma, Arial;
text-transform:uppercase;
}

.chromestyle ul li a:hover{
color: #5a0016;
background: #ffffff url(menu-bg-h.gif) repeat-x left top;

}

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

.dropmenudiv{
position:absolute;
top: 0;
border-right: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
font: 12px Arial;
line-height:26px;
z-index:100;
background-color: #f4f4f9;
width: 170px;
visibility: hidden;
}
.dropmenudiv a{
color: #5a0016;
}



.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 4px;
text-decoration: none;
color: #333333;
background: url(dropdown.gif) repeat-y left top;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(dropdown_h.gif) repeat-y left top;
}