#ltab {
	float:left;
	line-height:normal;
}

#ltab ul {
	margin:0;
	padding-top: 10px;
	list-style:none;
}

#ltab li {
	float:left;
	display:inline;
	margin:0;
	padding:0;
}

#ltab a {
	float:left;
	font-size: 14px;
	font-weight: bold;
	background:url(/images/tableftP.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#ltab a span {
	float:left;
	display:block;
	background:url(/images/tabrightP.gif) no-repeat right top;
	padding:5px 12px 4px 6px;
	color:#666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#ltab a span {float:none;}
/* End IE5-Mac hack */

#ltab a:hover {
	background-position:0% -42px;
}

#ltab a:hover span {
	color: #FFF;
	background-position:100% -42px;
}

#ltab .sel a {
	background-position:0% -42px;
}

#ltab .sel a span {
	background-position:100% -42px;
}

#ltab a:hover,
#ltab .sel a:hover {
	background-position:0% -84px;
}

#ltab a:hover span,
#ltab .sel a:hover span {
	background-position:100% -84px;
}
