

.chromestyle { font-weight: bold; width: 100%; padding:0px; margin:0px; 
  position: relative;
  top: 0px;
  left: -7px;
  margin: 0 0 0 0;
}

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

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

.chromestyle ul li { display: inline; padding:0px; margin:0px; }

.chromestyle ul li a    { text-decoration: none; margin:0; border:none; padding:0px;}

.chromestyle ul li a:hover  { background: repeat-x center;padding:0px; margin:0px; }

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

.dropmenudiv         { color: #FFFFFF; font-style: normal; font-variant: normal; font-size: 12px; line-height: 18px; font-family: Tahoma,Arial,sans-serif;  background-color: #553926; border: solid 2px #553926; 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 #FFFFFF; border-left: 0px solid; width: 100%; height: 20px; display: block }

.dropmenudiv a:hover   { color: #000000; background-color: #bf8a56; }

