#tab-header {
	background-color: #fff;
	float: left;
	width: 98%;
	background: url("images/tab-bg-tile.gif") 0 0 repeat-x;
}

#tab-header #current {
	background-image: url("images/left-on-no-line.gif");
}
#tab-header #current3{
	border-bottom: solid 2px #DE6620;
}
#tab-header #current a {
	background-image: url("images/right_on.gif");
	color: #000;
	padding-bottom: 11px;
}
#tab-header a {
	background: url("images/right.gif") no-repeat right top;
	color: #000;
	display: block;
	float: left;
	font-weight: bold;
	padding: 10px 20px 9px 6px;
	text-decoration: none;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tab-header a {
	float: none;
}
/* End IE5-Mac hack */

#tab-header a:hover {
	color: #000;
}

#tab-header li {
	background: url("images/left-no-line.gif") no-repeat left top;
	float: left;
	margin: 0;
	padding: 0 0 0 14px;
}
#tab-header li.home {background: url("images/left.gif") no-repeat left top;}

#tab-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
