.chromestyle {width: 714px; font-weight: bold;}
.chromestyle ul {width: 714px; 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: #fff; text-align: left;}

/* -------- Style for Drop Down Menu -------- */

.dropmenudiv {
	position: absolute; 
	text-align: left; 
	top: -100; 
	border: 1px solid #676156; 
	border-bottom: 0px; 
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	line-height: 20px; 
	z-index: 100; 
	background-color: #dad0c7; 
	width: 185px; 
	visibility: hidden;
}
		
.dropmenudiv a {
	width: auto; 
	display: block; 
	text-indent: 6px; 
	border-bottom: 1px solid #676156; 
	text-decoration: none;
	font-weight: bold; 
	color: #3B3328; 
	text-align: left;
}
		
.dropmenudiv a:hover { 
	background-color: #F9F7F5; 
	color: #676156;
	text-align: left;
}

* html .dropmenudiv a { /*IE only hack*/ width: 100%;}