.chromestyle { font-weight: bold; 
			   width: 99%; 
			   padding:0; 
			   margin:0; }
.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: 0; 
					width: 100%;}
.chromestyle ul li { display: inline; 
					  margin:0; 
					  padding:0;
					  vertical-align:middle; 
					   }
.chromestyle ul li a    { color: #6bac0a; 
						  text-decoration: none; 
						  margin: 0;  
						  padding: 0 5px 0 5px;}
.chromestyle ul li a:hover  { color: #f28932;  }
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv         { color: #9ad321; 
					   font-style: normal; 
					   font-variant: normal; 
					   font-weight:bold; 
					   font-size: 12px; 
					   line-height: 18px; 
					   font-family: Arial; 
					   background-color: #000000; 
					   border-left:solid 2px #e56b06; 
					   border-right: solid 2px #e56b06; 
					   border-bottom: solid 2px #e56b06; 
					   position: absolute; z-index: 100; 
					   top: 0; 
					   width: 200px; 
					   visibility: hidden }
.dropmenudiv a      { color: #9ad321; 
					  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: #e56b06; 
						background-color: #cccccc; }