.chromestyle{
	width:898px;
}

.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:White;
	margin: 0px;
	text-transform:uppercase;
	text-align: center;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-decoration: none;
}

.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:#FFFFFF;
	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-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color:#990000;
}

.dropmenudiv a:hover{ 
	background-color: #990000;
	color:#FFFFFF;
}



/* background */
.chromestyle ul li a:hover{
	color: WHITE;
	background-color:#0066cc;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	margin: 0px;
	text-transform:uppercase;
	text-align: center;
}


