.tabs 
{
}
	
.tabs ul 
{
	position: absolute;
	list-style:none;
	font-size: 120%;
	padding: 0px;
	margin: 0;
	width: 340px;
	background: #E9EAEC;
}

.tabs ul li 
{
	float:left;
	margin:0;
	padding: 0;
}
	
.tabs ul a 
{
	float:left;
	width:130px;
	display:block;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 20px;
	color: #04B7D9;
	background: url(../images/home-tab-current.gif) no-repeat left top;
}

.tabs ul .current a
{
	color: #374253;
	background: none;
}

.tabs ul .current a 
{

}

.tabs .current-info
{
	position:absolute;
	left:-999em;
	display: none;
}

