.chromestyle{
width: 800px;
margin-left:auto;
margin-right:auto;
padding-top:25px;

}

.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%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
width:auto;
height:21px;
color:#000000;
text-align:center;
text-decoration:none;
border-top:none;
float:left;
padding-left:10px;
padding-right:10px;
padding-top:5px;
font-size:10px;
margin-right:3px;
border:#86B0D8 1px solid;
margin-top:3px;
}

.chromestyle ul li a:hover{
width:auto;
height:21px;
color:#333333;
text-align:center;
text-decoration:none;
float:left;
padding-left:10px;
padding-right:10px;
padding-top:5px;
margin-right:3px;
border:#000000 1px solid;
margin-top:3px;


}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
content: " " url(images/downimage.gif); */
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border:#006699 1px solid;
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: white;
width: 270px;
visibility: hidden;
/*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #006699; /*THEME CHANGE HERE*/
padding: 2px 0;
padding-left:5px;
line-height:15px;
text-decoration: none;
color: black;
font-size:10px;
background-color:#85B1D8;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#85B1D8;
color:#FFFFFF;
}