/* CSS Document */

.chromestyle{
width: 900px;
font-weight: bold;
}

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

.chromestyle ul{
border: 0px solid #BBB;
width: 100%; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-left: 10px;
	padding-right: 8px;
}

.chromestyle ul li a{
color: #004F82;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
	background-color: #FFFFFF;
	color: #B92643;
}

.chromestyle ul li a[rel]:after{
	content: "";/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 13px/22px Arial;
	z-index:100;
	background-color: #FFFFFF;
	width: 170px;
	visibility: hidden;


filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1 solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: center;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #0C1E4E;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

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