.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: #FFFFFF; margin: 0; padding: 1px; 	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
 }

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

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

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


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

.dropmenudiv a:hover   { color: #ffffff; background-color: #920528; }