.chromestyle{
width: 99%;

}

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

.chromestyle ul{
float:left;
width:1000px;
height:37px;
overflow:hidden;
background-color:#c90016;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
display:block;
height:37px;
padding-left:32px;
padding-right:32px;
float:left;
border-left:2px #FFFFFF solid;
text-decoration:none;
color:#FFFFFF;
text-align:center;
line-height:35px;
font-size:14px;
}

.chromestyle ul li a:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#FFFFFF;/*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
width: 220px;
visibility: hidden;
background-color:#c90016;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight:normal;
color: #FFFFFF;
font-size: 14px;
padding-bottom:10px;



}

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

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