.chromestyle {width: 761px; font-weight: bold; background-color: white;}
.chromestyle ul {width: 761px; height: 37px; 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 #f0b336; border-bottom-width: 0; font:normal 8pt Verdana;
		line-height:20px; z-index:100; background-color: #fef6e0; width: 150px; visibility: hidden;
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/}
.dropmenudiv a {width: auto; display: block; text-indent: 6px; border-bottom: 1px solid #f0b336; text-decoration: none;
		font-weight: bold; color: #050100; text-align:left;}
.dropmenudiv a:hover { background-color: #f0b336; text-align:left;}
* html .dropmenudiv a { /*IE only hack*/ width: 100%;}