.chromestyle{
	width:100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	background-color: #638C3B;
	padding: 3px;
	margin: 0px;
	text-align: center;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	margin: 0px;
	border-right: 2px solid #FFFFFF; 
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " " url(../images/menuDown.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{ /* drop down menu items no text */
	position:absolute;
	border-bottom-width: 0;
	z-index:100;
	background-color: #F4E7AB;
	text-align:left;
	width: 100px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{ /* drop down text */
	width: 100%;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #000000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.dropmenudiv a:hover{ 
	background-color: #EACF5A;
	color: Black;
}



/* background */
.chromestyle ul li a:hover{
	color: #F1DE84;
}

