.chromestyle{
	height: 50px;
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	text-align:center;
	/*background-color:#1E68B3;*/
	/*background:url(../images/main-2_02.jpg)repeat-x #576f25;*/
}


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

.chromestyle ul{
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	width: 100%;
	text-align:center;
	display:inline;
}

.chromestyle ul li{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	list-style:none;
	float:left;
}

.chromestyle ul li a{
	color:#3399FF;
	display: block;
	/*width:120px; */
	/*height: 40px; */
	line-height:20px;
	text-decoration: none;
	margin: 0px 1px 0px 1px;
	padding: 0px 8px 0px 8px;
	border: 1px solid #FFFFFF;
	vertical-align:text-bottom;
}

.chromestyle ul li a:hover{
	color: #FFFFFF;
	display: block; 
	text-decoration: none;
	margin: 0px 1px 0px 1px;
	padding: 0px 8px 0px 8px;
	border: 1px solid #FFFFFF;
	background: #3399FF;
}

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


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

.dropmenudiv{
	position:absolute;
	top: 0;
	 /*THEME CHANGE HERE*/
	font-family: Tahoma, Microsoft Sans Serif;
	color: #fff;
	font-size: 11px;
	text-align:left;
	line-height:18px;
	z-index:100;
	background: #3399FF; 
	/*background: url(../images/bg_menu.jpg) repeat-x #576f25;*/
	width: 150px;
	visibility: hidden;
	border:1px solid #FFFFFF;
	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;
	/*THEME CHANGE HERE*/
	padding: 2px 2px 0px 5px;
	text-decoration: none;
	color: #fff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: #FFFFFF;
	color:#3399FF;
}