.chromestyle{
width: 100%;
font-weight: normal;
font-family:arial, tahoma, helvetica;
font-size: 11px;
color: #0C2762;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

width: 100%;
}

.chromestyle ul{

width: 100%;

padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
padding: 4px 7px;
margin: 0;

text-decoration: none;
border-right: 0px;
}

.chromestyle ul li a:hover{
text-decoration: underline;
color: white; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{

top: 0;

border: 1px solid white; /*THEME CHANGE HERE*/
left: 500px;
color: white;

position: absolute;

background-color: #C00B14;
visibility: hidden;
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
font-family: arial, tahoma,  helvetica;
font-size: 12px;
border-bottom: 1px solid #E5E5E5;
padding: 2px 5px 2px 5px;
text-decoration: none;
font-weight: normal;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: white;
font-size: 12px;
font-family: arial, tahoma,  helvetica;
color: #C00B14;
}