.chromestyle{
	width:717px;
	height:27px;
	float:left;
	margin-left:17px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	margin: 0;
	text-align: left;
	line-height:25px;
	padding:0;
	list-style:none;
}

.chromestyle ul li{
	float:left;
	border-right: 1px solid #4b0000;
	border-left: 1px solid #dd352b;
	height:27px;
}

.chromestyle ul li a{
	text-decoration: none;
	padding:8px 30px;
	margin:0;
	text-align:center;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	background: url(overBTN_BG.gif) center center repeat-x; 
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	z-index:100;
	background-color:#ff823f;
	width:170px;
	margin-top:1px;
	text-align:center;
	text-decoration: none;
	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-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-transform:lowercase;
	line-height:30px;
	padding: 2px 0;
	border-bottom: 1px solid #e3570c;
	border-top: 1px solid #ff9055;
	text-decoration: none;
}

* html .dropmenudiv a{
	width: 100%;
}

.dropmenudiv a:hover{
	background-color: #e3570c;
}