.chromestyle{
	width: 99%;
	font-weight: bold;
	font-size:11px;
}

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

.chromestyle ul{
	width: 100%;
	/*background: url(chromebg.gif) center center repeat-x; */
	padding: 0px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	/*background-image: URL("bg_mainmenu.gif") ;*/
	/*background-color: #424495 !important ; 	*/
	height:20px;
}

.chromestyle ul li{
	display: inline;
	float:left;
	margin:0px;
	padding:0px;
	
	height:20px;
	border-bottom: 0px; 
	border-top: 0px; 
	/*border-left: 1px solid #323474 ; 
	border-right: 1px solid #414393 ; */

}

.chromestyle ul li.selected a{
	/*display: inline;*/
	color: #555555 !important ; 
	/*background-image: URL("bg_mainmenu_over.gif") ;*/
	/*background-color: #4683C4 !important ; */
}

.chromestyle ul li a{
	/*color: #555E6F;
	margin: 0;
	width:94px;
	display:block;*/
	text-decoration: none;
	margin:0px !important ; 
	padding: 5px 5px 5px 0px !important ; 
	height:10px;  
	float:left;
	font-size: 9px !important ; 
	font-family: Verdana, Arial, Helvetica, sans-serif !important ; 
	text-align: left !important ; 
	font-weight: normal !important ; 
	color: #555555 !important ; 
	text-decoration: none !important ; 
	margin-bottom:0px !important ; 
/*	display:block !important;*/
	display:block;
	white-space:nowrap ; 
}


.chromestyle ul li a:hover{
	color: #555555 !important ; 
	/*background-image: URL("bg_mainmenu_over.gif") ;
	background-color: #4683C4 !important ; */
	/*background: url(chromebg-over.gif) center center repeat-x; */
}

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


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

.dropmenudiv{
	position:absolute;
	top: 0px;
	text-align:left;
	/*border: 0px solid #9AA1B1; /*THEME CHANGE HERE*/
	border-top-width: 0;
	font-size: 10px !important ; 
	font-family: Verdana, Arial, Helvetica, sans-serif !important ; 
	line-height:14px;
	z-index:100;
	background-color: #E577A8;
	width: 140px;
	visibility: hidden;
	/*filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border: 0px solid #FFFFFF; /*THEME CHANGE HERE*/
	padding: 3px 3px 3px 3px ;
	text-decoration: none;
	
	color: #000000;
	 font-weight: normal !important ; 
}

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

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