#tabheader {
	float:left;
	width:100%;
	height:25px;
	position:relative;
	border-bottom:1px solid #999;
	z-index:10;
}
#tabheader img {
	float:left;
	position:absolute;
	top:0;
	left:30px;
}
#tabheader ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:292px;
	bottom:-1px;
}
#tabheader ul li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#tabheader ul li a {
	float:left;
	background:url(../img/tab-blur.gif) top left no-repeat;
	margin:4px 10px 1px 0;
	text-decoration:none;
}
#tabheader ul li a:hover {
	margin:0 10px 1px 0;
}
#tabheader ul li a span {
	display:block;
	float:left;
	background:url(../img/tab-blur.gif) top right no-repeat;
	padding:8px 10px 6px 4px;
	position:relative;
	left:6px;
	cursor:pointer;
}
#tabheader ul li a:hover span {
	padding:8px 10px 10px 4px;
	color:#369;
}
#news09 #tabnews09 a,
#news09 #tabnews09 a:hover,
#news08 #tabnews08 a,
#news08 #tabnews08 a:hover,
#news07 #tabnews07 a,
#news07 #tabnews07 a:hover {
	margin:0 10px 0 0;
	background:url(../img/tab.gif) top left no-repeat;
	color:#000;
}
#news09 #tabnews09 a span,
#news08 #tabnews08 a span,
#news07 #tabnews07 a span {
	padding:8px 10px 11px 4px;
	background:url(../img/tab.gif) top right no-repeat;
	color:#000;
}
