#tab_header {
	float:left;
	width:100%;
	/* background:#DAE0D2 url("../img/bg.gif") repeat-x bottom; */
	line-height:normal;
	position: relative;
	z-index: 1;
	/* border: 1px solid green;
	margin: -37px 0px 0px 0px; */
	margin-top: -41px; /* -39px; /* -45px; */	/* -37px */
	z-index: 5000;
}
	/* End Hack deal with IE5 padding/border/width/height bug */

#tab_header ul {
	margin: 0px;
	/* the value for 'padding-left' here should match the width of the .sce_logo */
	padding:10px 120px 0px 220px;
	list-style:none;
}

#tab_header li {
	display:inline;
	margin:0;
	padding:0;
}

#tab_header a {
	float:left;
	background:url("../img/left_3states.gif") no-repeat left top;
	margin:0;
	padding:0px 3px 0px 9px; /* 0px 3px 0px 9px; */
	border-bottom:1px solid #666666;
	text-decoration:none;
	white-space:nowrap;
	margin-top: 4px;
}

#tab_header a span {
	float:left;
	display:block;
	background:url("../img/right_3states.gif") no-repeat right top;
	padding:5px 10px 4px 1px;
	font-weight:bold;
	color:#666666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tab_header a span {float:none;}
/* End IE5-Mac hack */

#tab_header #current a {
	background-position:0 -300px;
	border-width: 0px;
	margin-top: 0px;
	color: #000000;
}

#tab_header #current a span {
	background-position:100% -300px;
	padding-top: 8px;
	padding-bottom:6px;
	color:#333;
}

#tab_header a:hover {
	background-position:0% -150px;
	margin-top: 2px;
}

#tab_header a:hover span {
	color: #333333;
	padding-top: 6px;
	padding-bottom: 5px;
	background-position:100% -150px;
}

