.chromestyle{
	width: 180px;
	font-weight: normal;
	font-family: Arial;
	font-size: 11px;
	color: #00245A;
	padding-top: 4px;
}

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

.chromestyle ul{
	border: none;
	width: 180px;
	padding: 0px 0;
	margin: 0;
	list-style-type: none;
}

.chromestyle ul li{
display: block;
}

.chromestyle ul li a{
	color: #00245A;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	line-height: 20px;
	vertical-align: bottom;
	font-size: 11px;
}

.chromestyle ul li a:visited{
	 color: #00245A;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	line-height: 20px;
	vertical-align: bottom;
	font-size: 11px;
}
.chromestyle ul li a:hover{
 color: #00245A; /*THEME CHANGE HERE*/
 font-size: 11px;
}

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


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

.dropmenudiv{
	position:absolute;
	left: 180px;
	top: 0;
	border: 1px solid #333333;
	border-bottom-width: 1px;
	font:normal 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: #7DA7D8;
	background-image: url(images/menubckgrnddrop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 167px;
	visibility: hidden;
	filter: progid;
	display: block;
:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #333333; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-weight: normal;
color: #00245A;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 180px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
background-color: #7DA7D8;
text-decoration: none;
}

