.chromestyle{
width:560px;
font: bold  12px arial, sans-serif;	
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background-color:transparent; /*THEME CHANGE HERE*/
padding: 0 0 0 95px;
color:#FFFFFF;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 5px 20px;
color:#FFFFFF;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: none; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
float:left;
margin-top: 13px;
border:1px solid #e3e7f0; 
border-width:0 0 1px 0; 
font: normal  11px arial, sans-serif;	
line-height:18px;
z-index:100;
background-color: #d1d1d1;
visibility: hidden;
 /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border:1px solid #e3e7f0; 
border-width:0 0 1px 0;  /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #212f49;
color:#FFFFFF;
}