.chromestyle{
	width: 729px;
	font-weight: bold;
	margin:0px;
	text-align:left;
	background:none;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	text-align:left;	
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;	
	margin: 0px 0px 0px 0px !important;
	margin:0px !important;
	margin:0px;
	text-align: left; 

}

.chromestyle ul li{
	display: inline;
	list-style:none;
	background-image: none;
	padding:0px;
	line-height:30px;
	height:30px;
	margin: 0;
	white-space: nowrap;
	background:url(../images/menu_space.jpg) no-repeat right center;
	/*border:1px solid blue;*/
}

.chromestyle ul li a{
	padding:8px 18px 8px 18px !important;
	padding:7px 18px 7px 18px ;	
	line-height:30px;
	height:30px;
	text-decoration: none;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color: #28166f;
	background: transparent;
}

.chromestyle ul li a:hover{
	color: #ffffff;
	background:#82AFCE;
	
}

.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 ######### */

#sub_menu96
{
	position:absolute;
	top: 0;
	left:-30px;
	font:normal 12px Tahoma, Verdana;
	line-height:18px;
	z-index:100;
	width: 170px;
	visibility: hidden;
}
.dropmenudiv{
	position:absolute;
	top: 0;
	left:20px;
	font:normal 12px Tahoma, Verdana;
	z-index:100;
	width: 170px;
	visibility: hidden;			
}



.dropmenudiv a{
	background:url(../images/bg_menu2.png) transparent top left no-repeat;
	text-decoration: none;
	vertical-align:middle;
	text-align:left;
	text-indent:25px;
	display:block;
	vertical-align:middle;
	line-height:26px;
	display: block;
	width:170px;
	height:26px !important;
	height:26px;
	color:#FFFFFF;
}

#submenu_wrapper{
	
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#ffff00;
}