#toptabs {
	margin: 10px 0 0 0;
	width: 960px;
	height: 27px;
	float: left;
}

#toptabs ul#primary {
	margin: 0;
	padding: 0;
	width: 960px;
}

#toptabs ul#primary li  {
	display: inline;
	list-style: none;
}

#toptabs ul#primary a,#toptabs ul#primary span,#toptabs ul#primary a.current {
	width: 158px;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 0 0 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#toptabs ul#primary span,
#toptabs ul#primary a.current,
#toptabs ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #f1b429;
	padding-bottom: 6px;
	margin-top: 0;
}

#toptabs ul#primary a {
	background: #a0c51e;
	border: 1px solid #666;
	border-bottom: none;
	color: #FFF;
}

#toptabs ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #009bdf;
	padding-bottom: 5px;
	text-decoration: underline;
}

#toptabs.none {
	border-bottom: 6px solid #fff;
}
#toptabs.one {
	border-bottom: 6px solid #f1b429;
}
#toptabs.two {
	border-bottom: 6px solid #0096ac;
}
#toptabs.three {
	border-bottom: 6px solid #b90050;
}
#toptabs.four {
	border-bottom: 6px solid #dc241f;
}
#toptabs.five {
	border-bottom: 6px solid #119af0;
}
#toptabs.six {
	border-bottom: 6px solid #607710;
}

#toptabs ul#primary a:hover.one, #toptabs.one ul#primary span{
	background: #f1b429;
}
#toptabs ul#primary a:hover.two, #toptabs.two ul#primary span{
	background: #0096ac;
}
#toptabs ul#primary a:hover.three, #toptabs.three ul#primary span{
	background: #b90050;
}
#toptabs ul#primary a:hover.four, #toptabs.four ul#primary span{
	background: #dc241f;
}
#toptabs ul#primary a:hover.five, #toptabs.five ul#primary span{
	background: #119af0;
}
#toptabs ul#primary a:hover.six, #toptabs.six ul#primary span{
	background: #607710;
}
