ul, li {
	clear: none;
}

#tabs {
	float: left;
	width: 976px;
	border: none;
	background-color: black;
	margin-top: 15px;
}

#tabs ul {	
	border: none;
	background: none;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
}

#tabs ul li {
	border: none;
	background-color: #1d1d1b;
	margin: 0;
	padding: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#tabs ul li a {
	padding: 0;
	float:left;
	font-family:Arial;
	font-size:12px;
	font-weight:lighter;
	height:23px;
	margin-top:5px;
	outline:medium none;
	text-align:center;
	text-decoration:none;
	width:100%;	
}

.ui-state-active {
	background-color: #1d1d1b;
	height: 27px;
	width: 100px;
}

.ui-state-active a {
	color: white;
}

.ui-state-default {
	background-color: #1d1d1b;
}

.ui-state-default:hover {
	background-color: #40403d;	
}

#tab_first {
	width: 81px;
	height: 27px;
	background-image: url(../img/tab_left.gif);
}

#tab_first:hover {
	width: 81px;
	height: 27px;
	background-image: url(../img/tab_active_left.gif);
}

#tab_last {
	width: 81px;
	height: 27px;
	background-image: url(../img/tab_right.gif);
}

#tab_last:hover {
	width: 81px;
	height: 27px;
	background-image: url(../img/tab_active_right.gif);
}
