.chromestyle {width:520px; background-color:#f5f5c1;}

.chromestyle ul {width: 520px; margin-bottom: 0px !important; text-align:center; display:inline; list-style: none;}
.chromestyle ul li {display: inline; float: left; text-align:left;}

.chromestyle ul li a {color: #f0b336; text-decoration: none; text-align:left;}
.chromestyle ul li a:hover {background-color:#f5f5c1; text-align:left;}



/* -------- Style for Drop Down Menu -------- */

.dropmenudiv {
	position:absolute; 
	text-align:left; 
	top: 0; 
	border: 1px solid #deb01d; 
	border-bottom-width: 0; 
	font: normal 8pt Verdana;
	line-height:20px; 
	z-index:100; 
	background-color: #f6f3c0; 
	width: 187px; 
	visibility: hidden;
}
		
.dropmenudiv a {
	width: auto; 
	display: block; 
	text-indent: 6px; 
	border-bottom: 1px solid #deb01d; 
	text-decoration: none;
	font-weight: bold; 
	color: #a05329; 
	text-align:left;
}
		
.dropmenudiv a:hover { 
	background-color: #faeb8c; 
	color: #a05329;
	text-align:left;
}

* html .dropmenudiv a { /*IE only hack*/ width: 100%;}
