.chromestyle{
width: 99%;
font:normal 11px arial,helvetica,sans-serif;
font-weight: bold;
}

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

.chromestyle ul{
border: 0px;
width: 100%;
/*background: #f2e3c6; THEME CHANGE HERE*/
padding: 10px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
  display: inline;
}

.chromestyle ul li a{
color: black;
padding: 0px 2px;
margin: 0;
text-decoration: none;
border-right: 0px;
}

.chromestyle ul li a:hover{
	color: #588CAD;
        /*text-decoration: none; 
        background-position: center top;*/
}

.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{
position:absolute;
top: 0;
border: 0px; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px arial,helvetica,sans-serif;
line-height:15px;
z-index:100;
/*background-color: #f2e3c6;*/
background-color: transparent;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 0px; /*THEME CHANGE HERE*/
padding: 7px 7;
text-decoration: none;
font-weight: bold;
color: black;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #588CAD;
        /*text-decoration: none; 
        background-position: center top;*/
}