.tabs{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.tabs ul{
	margin:0;
	padding:0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs li{	
	margin: 0;
	margin-left: 0px;
	height:31px;
	padding: 0;
	float:left;
}

.tabs li a{
	text-decoration: none;
	text-align:left;
	text-decoration:none;
	display:block;
}

.tabs li a:hover{
	color:#fff;
}

.tabs li.selected{
}

.tabs li.selected a{ /*selected main tab style */

}

.tabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	margin-top: -1px;
	top: 0;
	line-height:13px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	font-size:12px;
	background:#ACC9A7;
	border-left: 1px solid #4F8A74;
	border-right: 1px solid #4F8A74;
	filter:alpha(opacity=95);
	opacity:0.95;		
}

.dropmenudiv_b a{
	width: auto;
	display: block;
	padding-left: 6px;
	text-decoration: none;
	color:#156907;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom:1px solid #4F8A74;	
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background:#1F5A44;
	opacity:1.0;
	color: #fff;
	filter:alpha(opacity=100);
}		
		

