.chromestyle{
width: 100%;
}

.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 solid #BBB;
width: 748px;
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: #000000;
padding: 4px 15px;
margin: 0;
text-decoration: none;
font-size: 16px;
text-align: center;
font-family: Arial;
border-right: 0px solid #B5E2FE; /*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{
position: absolute;
top: 0;
border-bottom-width: 0;
font: normal 14px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
visibility: hidden;
}


.dropmenudiv a{
display: block;
border-top: 1px solid #d6fbd6;
padding: 3px 8px;
text-decoration: none;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #d6fbd6;
}