.chromestyle {width: 760px; font-weight: bold; background-color: white;}
.chromestyle ul {width: 760px; 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: 0; 
	border: 1px solid #115385; 
	border-bottom-width: 0; 
	font: normal 8pt Verdana;
	line-height:20px; 
	z-index:100; 
	background-color: #fff; 
	width: 150px; 
	visibility: hidden;
}
		
.dropmenudiv a {
	width: auto; 
	display: block; 
	text-indent: 6px; 
	border-bottom: 1px solid #115385; 
	text-decoration: none;
	font-weight: bold; 
	color: #050100; 
	text-align:left;
}
		
.dropmenudiv a:hover { 
	background-color: #7eb0ca; 
	color: #fff;
	text-align:left;
}

.dropmenudiv2 {
	position:absolute; 
	text-align:left; 
	top: 0; 
	border: 1px solid #115385; 
	border-bottom-width: 0; 
	font: normal 8pt Verdana;
	line-height:20px; 
	z-index:100; 
	background-color: #fff; 
	width: 200px; 
	visibility: hidden;
}
		
.dropmenudiv2 a {
	width: auto; 
	display: block; 
	text-indent: 6px; 
	border-bottom: 1px solid #115385; 
	text-decoration: none;
	font-weight: bold; 
	color: #050100; 
	text-align:left;
}
		
.dropmenudiv2 a:hover { 
	background-color: #7eb0ca; 
	color: #fff;
	text-align:left;
}

* html .dropmenudiv a { /*IE only hack*/ width: 100%;}