.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 0px 0px 175px; width: 100% }

.chromestyle ul li { display: inline; }

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

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

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

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


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

.dropmenudiv a:hover   { color: #95A8CB; background-color: #464646; }