#tab-header {
	background: #DAE0D2 none repeat-x bottom;
	float: left;
	font-size: 85%;
	line-height: normal;
	width: 100%;
}

#tab-header #current {
	background-image: url(norm_left_on.gif);
}

#tab-header #current a {
	background-image: url(norm_right_on.gif);
	color: #333333;
	padding-bottom: 5px;
}

#tab-header a {
	background: url(norm_right.gif) no-repeat right top;
	color: #776655;
	display: block;
	font-weight: normal;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
}

#tab-header a:hover {
	color: Red;
}

#tab-header li {
	background: url(norm_left.gif) no-repeat left top;
	float: left;
	margin: 0;
	padding: 0 0 0 9px;
}

#tab-header ul {
	list-style: none;
	margin: 0;
	padding: 10px 10px 0;
}
