#tabs
{
	float: right;
	font-weight: bold;
}

#tabs a
{
	background: rgb(238, 238, 238);
	border: 1px solid rgb(238, 238, 238);
	color: rgb(119, 119, 119);
	display: block;
	float: left;
	font-size: 90%;
	height: 24px;
	line-height: 22px;
	margin: 8px 8px 0px 0px;
	padding: 0px 11px 0px 11px;
	text-decoration: none;
}

#tabs a:hover
{
	background: white;
	border-bottom-color: white;
	border: 1px solid;
	line-height: 20px;
	margin-top: 9px;
}

#tabs a.currentsort , #tabs a.currentsort:hover 
{
	background: rgb(64, 42, 6);
	border-bottom-color: white;
	border: 1px solid rgb(64, 42, 6);
	color: rgb(247, 246, 141);
	font-size: 120%;
	height: 30px;
	line-height: 28px;
	margin-top: 3px;
	padding: 0px 11px 0px 11px;
}