#tabs {
	clear:left;
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	margin-bottom:3px;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs li a {
	border:1px solid #2f2925;
	padding:5px 10px;
	font-size:110%;
	color:#fff;
	background: #48413d;
	font-weight:bold;
}

#tabs li a:hover {
	background:#2e2825;
	text-decoration:none;
}

