/* tabs */

a { 
	text-decoration: none; 
}

a:focus {
	 outline: 0; 
}

.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: visible;
}

#tabs { 
	 
	top:100px
}


#tabs ul { 
	list-style: none; 
	padding:0 0 0 10px; 
	margin:5px 0 0 0 
}

#tabs ul li a { 
	display: block; 
	border-bottom: 1px solid #666; 
	padding: 4px; 
	color: #666; }
	
#tabs ul li a:hover { 
	background: #666; 
	color: white; 
}

#tabs ul li:last-child a { 
	border: none; 
}

#tabs .nav { 
	overflow: hidden; 
}

#tabs .nav h3 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0 10px 0 10px;

 }

#tabs .nav li {  
	float: left; 
	margin: 0 0 0 0; 
}

#tabs .nav li.last { 
	margin-right: 0; 
}

#tabs .nav li a { 
	display: block; 
	padding: 5px; 
	background: #FFF; 
	color: #666; 
	font-size: 10px; 
	text-align: left; 
	border: 0; 
}

#tabs li a.current,#tabs li a.current:hover { 
	background-color: #eee !important; 
	color: #333; 
}

#tabs .nav li a:hover, #tabs .nav li a:focus { 
	background-color:#FFF;
	color:#333;
}
