.chromestyle{
font-weight: bold;
width: 950px;
}

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

.chromestyle #menuDate {
text-align: left;
padding-left: 2px;
}

.chromestyle ul{
border: 1px solid #BBB; /*THEME CHANGE HERE*/
background-color: #731611;
padding: 3px 1px 3px 1px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}



.chromestyle ul li{
display:inline;
}

.chromestyle ul li a{
color: #FFFFFF;
margin: 0;
text-decoration: none;
padding: 0px 0px 0px 0px;
font:bold 9pt Arial;
}



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

.dropmenudiv{
position:absolute;
text-align:left;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 9pt Arial;
line-height:18px;
z-index:100;
background-color: #731611;
width: 125px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
text-align:left;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color: #731611;
text-align:left;
}