.chromestyle {width: 736px; font-weight: bold;}
.chromestyle ul {width: 736px; 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 -------- */

.nobold {font-weight: normal;}

.dropmenudiv {
	position: absolute; 
	text-align: left; 
	top: 0; 
	border: 1px solid #676156; 
	border-bottom-width: 0; 
	font: normal 8pt Verdana;
	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%;}
