#tabs {
	float:right;
	margin: -3px 0 30px 0;
}

#tabs ul {
	float: right;
	background: #999999;
	margin-right: 50px;
}

#tabs li {
	float: left;
	list-style: none;
	padding: 3px;
	padding-top: 0;
}

#tabs a {
	display: block;
	padding: 5px 8px;
	color: white;
}

#tabs a:hover {
	background: #4b4b4b;
}

#tabs a.current, #tabs .current {
	background: #333333;
	font-weight: bold;
}

