.chromestyle{
height:29px;

text-align:center;
}

.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;

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #595a5a;
padding: 8px 10px;
margin: 0;
line-height:29px;
text-decoration: none;
border-right: 0px;
}

.chromestyle ul li a:hover{
text-decoration: underline;
background:#fff;
text-decoration: none;
color: #e40d0d; /*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: #229bee;
visibility: hidden;
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
font-family: times new roman, arial, tahoma,  helvetica;
font-size: 13px;
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: 13px;
font-family: times new roman, arial, tahoma,  helvetica;
color: #5B36A0;
}