.chromestyle
{
	width: 99%;


}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	
	
	/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	margin-left: 5px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle a{
	color: #fff;
	
	padding-left: 25px;
	padding-right: 2px;
	padding-bottom: 10px;
	margin-top: 3px;
	text-decoration: none;
	font-size: 11px;


}

.chromestyle a:hover, .chromestyle a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
	color: #1A3068; 
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px dotted #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #02B2ED;
	width: 180px;
	visibility: hidden;
	margin-left: 23px;
	
	filter: progid:DXImageTransform.Microsoft.Shadow(color=white,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	filter:alpha(opacity=90);  -moz-opacity:0.8;   opacity: 0.8;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px dotted #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #1A3068;
	
	
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color:#02B2ED ;
	color: #FFF;
}
