
/* Tabs Menu  */

#tabs {
	float:left;
	height: 1%;
	list-style: none;
	margin: 0px 0px 0px 20px;
	padding-left:20px;

}


#tabs li {
	float:left;
	height: 1%;
	display: inline;
	padding: 0;
	margin: 0px 1px 0 0;
	font-size: 100%;
	font-weight: bold;

	color:#fff;
	background: #61CD37  url('../img/tab-bg-left-off.gif') no-repeat top left;
}

#tabs a	{ 
	float: left;
	height: 1%;
	display: block;
	margin: 0;
	padding: 5px 10px 2px 10px; 
	color: #fff; 
	text-decoration: none;
	background: url('../img/tab-bg-right-off.gif') no-repeat top right;

}
#tabs li.current	{ 
	background: #FF7900  url('../img/tab-bg-left-on.gif') no-repeat top left;
}

#tabs li.current a	{ 
	background: url('../img/tab-bg-right-on.gif') no-repeat top right;
}


#tabs a:hover	{ 
	color: #E73708;
}

#tabs li.current a:hover	{ 
	color: #495B18;
}









