.chromestyle{
width: 100%;
font-weight: bold;
font-size:14px;
*font-size:13px;
}

.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%;
background-color: #CE0815;
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#FFFFFF;
height: 33px;
line-height:33px;
margin: 0px;
text-decoration: none;
border-right: 1px solid #DADADA;
text-transform:uppercase;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 

background:url(../images/arrow.gif) bottom center no-repeat;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:33px;
z-index:100;
background: #CE0815;
visibility: hidden;
margin-top:6px;
text-transform:uppercase;
}


.dropmenudiv a{

width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
margin-left:10px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;;
text-align:left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:url(../images/arrow-left.gif) no-repeat;
background-position: 90% 50%;
}