
.chromestyle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight: bold;
	width:733px;
	margin:0px 0px 0px 0px;
	border-top:solid 1px #FFFFFF;
}
*html .chromestyle{
	margin:1px 0px 0px 0px;
}

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

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

.chromestyle ul li{
	display: inline;
	margin-left:0px;
	padding:0px 5px 0px 2px;
}

.chromestyle ul li a{
	color: #003399;
	padding: 5px 5px 5px 5px;
	margin: 0;
	text-decoration: none;
	/*border-right: 1px solid #FFFFFF;*/
	
}

.chromestyle ul li a:hover{
	/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
	color:#FFFFFF;
	text-decoration:none;
	background-color:#003399;
}
.chromestyle .active{
	padding: 5px 5px 5px 5px;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#003399;
	margin:0px 0px 0px 0px;
}


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

.dropmenudiv{
	
	margin-top:4px;
	margin-left:-12px;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
*html .dropmenudiv{
	margin-top:5px;
}


.dropmenudiv a{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}