@charset "utf-8";

#wbacnav ul {
	list-style: none;
}

#wbacnav ul li {
	background: url(../images/tabRight.gif) top right no-repeat;
	float: left;
	margin-right: 2px;
}

#wbacnav ul li a {
	background: url(../images/tabLeft.gif) top left no-repeat;
	color: #707070;
	display: block;
	font-weight: bold;
	height: 18px;
	padding: 6px 7px 0 7px;
	text-align: center;
	text-decoration: none;
	font-size:11px;
}

#wbacnav ul li a:hover {
	color: #333;
}

#wbacnav ul li.active {
	background: url(../images/tabRightActive.gif) top right no-repeat;
}

#wbacnav ul li.active a {
	background: url(../images/tabLeftActive.gif) top left no-repeat;
	color: #fff;
}

#wbacnav ul li.highlightTab {
	background: url(../images/tabRightHighlight.gif) top right no-repeat;
}

#wbacnav ul li.highlightTab a {
	background: url(../images/tabLeftHighlight.gif) top left no-repeat;
}