.chromestyle { font-weight: bold; width: 99% }

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

.chromestyle ul   { background: repeat-x center; text-align: center; margin: 0; padding: 0px; width: 100% }

.chromestyle ul li { display: inline; }

.chromestyle ul li a    { color: #387C2B; text-decoration: none; margin: 0; padding: 1px 8px }

.chromestyle ul li a:hover  { color: #FF0410; background: repeat-x center }

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

.dropmenudiv         { color: #387C2B; font-style: normal; font-variant: normal; font-size: 12px; line-height: 18px; font-family: Arial; background-color: #ffffff; border: solid 2px #387C2B; position: absolute; z-index: 100; top: 0; width: 200px; visibility: hidden }


.dropmenudiv a      { color: #FFFFFF; font-size: 8pt; text-decoration: none; text-indent: 3px; padding: 0px; border-top: 0px solid; border-right: 0px solid; border-bottom: 1px solid #387C2B; border-left: 0px solid; width: 100%; height: 20px; display: block;background-color: #387C2B }

.dropmenudiv a:hover   { color: #387C2B; background-color: #FFFFFF }