.chromestyle{
width: 950px;
margin:0px auto;
height: 47px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px;
width: 100%;
height: 100%;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align: center; 
}


.chromestyle ul li{
display: inline;
margin: 0px -2px 0px -2px;
padding: 0px 0px 0px 0px;
*margin: 0px -6px 0px -2px;
}



.chromestyle img{
border: none;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}


.chromestyle ul li a{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border: none;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: transparent; /* url(../topnavtheme/theme1-ovr.jpg) center center repeat-x; THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
display: inline;
vertical-align: top;
top: 0;
padding: 0px 0px 0px 0px;
margin: -8px 0px 0px 0px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:14px;
z-index:100;
background-color: #fbf8d9;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #820020;
}

.dropmenudiv a:visited{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #820020;
}

* html .dropmenudiv a{ /*IE only hack*/
/*width: 950px;*/
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #820020;
color: #FFFFFF;
}