#tabheader {
	float:left;
	width:100%;
	height:25px;
	position:relative;
	border-bottom:1px solid #999;
	z-index:10;
	margin:20px 0 10px 0;
}
#tabheader img {
	float:left;
	position:absolute;
	top:0;
	left:30px;
}
#tabheader ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:82px;
	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;
}
#dealerus #tabdealerus a,
#dealerus #tabdealerus a:hover,
#dealerintl #tabdealerintl a,
#dealerintl #tabdealerintl a:hover,
#healthpros #tabhealthpros a,
#healthpros #tabhealthpros a:hover,
#distintl #tabdistintl a,
#distintl #tabdistintl a:hover {
	margin:0 10px 0 0;
	background:url(../img/tab.gif) top left no-repeat;
	color:#000;
}
#dealerus #tabdealerus a span,
#dealerintl #tabdealerintl a span,
#healthpros #tabhealthpros a span,
#distintl #tabdistintl a span {
	padding:8px 10px 11px 4px;
	background:url(../img/tab.gif) top right no-repeat;
	color:#000;
}
