.chromestyle{
	width: 545px;
	font-weight: bold;
	font-size: 12px;
	position:absolute;
	width:548px;
	height:49px;
	z-index:106;
	left: 403px;
	top: 2px;
	visibility: visible;
}

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

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

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #227BAE;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
content: " " url(arrow.gif);
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	line-height:18px;
	z-index:103;
	width: 200px;







filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	visibility: hidden;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	background-color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	background-color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
}
