.selected > a {
	color:red;
}
.active > a {
	color:green;
}
/* tabs */
#header ul.level-1 {
	margin: 0 0 0 40px;
	padding: 0 20px;
	overflow: hidden;
	white-space: nowrap;
}
#header ul li {
	margin:22px 2px 0 1px;
	padding:6px 20px;
	float:left;
	list-style-type: none;
	background-color:#666;
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#666666));
	background-image: -moz-linear-gradient(top, #999999, #666666); /*#C4C4C4, #ADADAD*/
	-webkit-border-top-left-radius: 4px;
	-webkit-bordertop-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-box-shadow: 0 0 4px #666;
	-webkit-box-shadow: 0 0 4px #666;
	box-shadow: 0 0 4px #666;
	position: relative;
	z-index: 0;
	border-top:1px solid #F2F2F2;
}
#header ul li a {
	color:#fff;
	padding:0;
	text-decoration: none;
}
#header ul li.active {
	margin:10px 2px 0 2px;
	padding:7px 20px 10px;
	background-color:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#C8C8C7), to(#ffffff));
	background-image: -moz-linear-gradient(top, #C8C8C7, #ffffff);
	border-top:2px solid #fff;
	z-index: 10;
}
#header ul li.active a {
	color:#333;
	font-size:140%
}
#header ul li.active a:hover {
	text-decoration: none;
}
