.chromestyle{
	font-weight: bold;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ""; 
	display: block; 
	clear: both; 
	visibility: hidden;
}
.chromestyle ul{
/*	border-left: 1px solid #FDF1D9;*/
	width: 100%;
	background: ; 
	padding: 4px 0px 4px 0px;
	margin: 0;
	text-align: left;
}
.chromestyle ul li{
	display: inline;
}
.chromestyle ul li a{
	color: #0025A1;
	padding: 4px 4px;
	margin: 0;
	text-decoration: none;
}
.chromestyle ul li a:hover{
	background: #FDF1D9;
	color: #0025A1;
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
/*	content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

.dropmenudiv {
	position:absolute;
	top: 0;
/*	border: 1px solid #BBB; */
	border-bottom-width: 0;
	font: normal 10px tahoma;
	line-height:18px;
	z-index: 100;
	background-color: #010729;
	width: 135px;
	text-align: left;
	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-indent: 3px;
	border-bottom: 1px solid #001D75; 
	padding: 1px 0px 1px 8px;
	text-decoration: none;
	font-weight: bold;
	color: #FDF1D9;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 135px;
}
.dropmenudiv a:hover {
	background-color: #010729;
	color:  #F8C55A;
}