.chromestyle{ color: #fff; 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{ color: #fff; width: 100%; background: #6893ad repeat-x center; /*THEME CHANGE HERE*/
padding: 4px 0; margin: 0; text-align: left; border-top: 1px solid white; border-right: 1px solid #fff; border-bottom: 1px solid white; border-left-style: none; /*set value to "left", "center", or "right"*/
}

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

.chromestyle ul li a{ color: #ffffff; font-size: 11px; font-family: arial; line-height: 18px; padding: 4px 10px; margin: 0; text-decoration: none; letter-spacing: 1px; border-right: 1px dashed #dadada; font-family: verdana, georgia, "Times New Roman";}

.chromestyle ul li a:hover{ color: #000; background-color: #9cc39c; background-repeat: repeat-x; background-attachment: scroll; background-position: center; /*THEME CHANGE HERE*/
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{ font-size: 11px; font-family: verdana, georgia, "Times New Roman"; font-style: normal; font-variant: normal; line-height: 18px; position:absolute; top: 0; z-index:100; background-color: white; width: 200px; visibility: hidden; border-color: #bbb; 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: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #bbb; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

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

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