.chromestyle{ color: #fff; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; width: 99%; font-weight: bold; }

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

.chromestyle ul{ color: #fff; background-color: transparent; background-image: none; background-attachment: scroll; background-position: center; width: 100%; padding: 4px 0; margin: 0; text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{ color: #fff; display: inline; }

.chromestyle ul li a{ color: #fff; padding: 4px 7px; margin: 0; text-decoration: none; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{ background-color: transparent; background-image: none; background-attachment: scroll; background-position: center;
 /*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{ color: #fff; font: 10pt/18px Verdana, Arial, Helvetica, sans-serif; position:absolute; top: 0; z-index:100; background-color: #039; width: 200px; visibility: hidden; border-color: #b5e2fe; border-style: solid; border-width: 1px 1px 0; filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #b5e2fe; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}

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