#tabs{
	display:block;
	padding-top:6px;
}
#tabsHeader {
	float: left;
	width: 100%;
	background: #DAE0D2 url("../media/assets/tabs/bg.gif") repeat-x bottom;
	line-height: normal;
}
#tabsHeader ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}
#tabsHeader li {
	float: left;
	margin: 0;
	padding: 0 0 0 9px;
	border-bottom: 1px solid #765;
	background: url("../media/assets/tabs/left_both.gif") no-repeat left top;	
}
#tabsHeader a {
	float: left;
	display: block;
	width: .1em;
	padding: 5px 15px 4px 6px;
	font-weight: bold;
	color: #666666;
	background: url("../media/assets/tabs/right_both.gif") no-repeat right top;
	text-decoration: none;
}
#tabsHeader > ul a {
	width: auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsHeader a {
	float: none;
}
/* End IE5-Mac hack */
#tabsHeader a:hover {
	color: #000;
}
#tabsHeader #current {
	background-position: 0 -150px;
	border-width: 0;
}
#tabsHeader #current a {
	background-position: 100% -150px;
	padding-bottom: 5px;
	color: #000;
}
#tabsHeader li:hover, #header li:hover a {
	background-position: 0% -150px;
	color: #000;
}
#tabsHeader li:hover a {
	background-position: 100% -150px;
}