.sub_tabs {
	background: #EEEEEE none repeat scroll 0 0;
	height: 27px;
	padding: 0 5px 5px 10px;
	clear: both;
	border:none;
}

.sub_tabs {
	
	display:block;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	font-size:11px;
	font-weight:bold;
	height:27px !important;
	position:relative;
	background:#95b23d;
	margin-bottom:17px;
	border:none;
}

.sub_tabs li {
	display: block;
	float: left;
	margin: 0;
	font-weight: normal;
	border:none;
}

.sub_tabs li a {
	
	color:#E3F4C9;
	display:block;
	float:left;
	font-size:9pt;
	height:23px;
	margin-top:0;
	padding:9px 20px 0;
	text-decoration:none;
	border:none;
	
}

.sub_tabs li a:hover {
	background-color: transparent;
	font-weight: bold;
	color: #fff;
}

.sub_tabs li.ui-tabs-selected a:hover,.sub_tabs li.ui-tabs-selected a {
	font-weight: bold;
	color: #fff;
	background:url(/images/menu/arrow.gif) center bottom no-repeat;

	
	
}


