/*+clearfix {*/
.header UL:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.header UL
{
	display: inline-block;
}
.header UL
{
/*\*/
	display: block;
/**/
	_height: 1px;
}
/*+}*/
.header
{
	background: #369 url(bg.gif) repeat-x bottom;
	font-size: 85%;
	line-height: normal;
}
/*[clearfix]*/.header UL
{
	margin: 0;
	padding: 2px 10px 0 5px;
	list-style: none;
	border-bottom: 1px solid #543210;
}
.header LI
{
	float: left;
	background: url(right.gif) no-repeat right top;
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
}
.header LI:hover
{
	background-color: #D98686;
}
.header A
{
	float: left;
	display: block;
	background: url(left.gif) no-repeat left top;
	padding: 5px 7px 4px 11px;
	text-decoration: none;
	font-weight: bold;
	color: #EEE;
	float/* */: none;
}
.header A:hover
{
	color: #CB1;
}
.header #current
{
	background-image: url(right_on.gif);
}
.header #current A
{
	background-image: url(left_on.gif);
	color: #333;
	padding-bottom: 4px;
}
.tabs_footer
{
	height: 1em;
	clear: both;
}

