.sub-nav {
	background: #FFFFFF url(../images/line.gif) bottom repeat-x;
	float: left;
	width: 100%;
} /*IE6*/

.sub-nav {
	margin-bottom: 1.5em;
}

.sub-nav br {
	clear: both;
}

.sub-nav h2 {
	background: none;
	min-height: 15px;
	margin-bottom: 0;
}

.sub-nav ul {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 1em;
	list-style: none;
	font-size: 125%;
}

.sub-nav li {
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	background: url(../images/back.png) 100% -100px;
	float: left;
    text-align: center;
}

.sub-nav li.active {
	border-bottom: 1px solid #fff;
	background: url(../images/back.png) 100% 0;
}

.sub-nav li a, .sub-nav li a:visited, .sub-nav li span {
	display: block;
	float: left;
	padding: 5px 11px 5px 16px;
	text-align: center;
	white-space: nowrap;
	background: url(../images/back.png) 0 -100px;
	text-decoration: none;
	min-height: 17px;
	color: #666;
}

.sub-nav li.active a, .sub-nav li.active span {
	background: url(../images/back.png) 0 0; 
} /*IE6*/


.sub-nav li:hover {
	background-position: 100% -200px;
}

.sub-nav li:hover a {
	background-position: 0 -200px;
}

.sub-nav li.active:hover {
	background-position: 100% 0;
}

.sub-nav li.active:hover a, {
	background-position: 0 0;
	text-decoration: underline;
}