#nav li.selected a{
	font-weight: bold;
	background: #015e2f;
	color: #fff;
	}

#nav li.selected #subnav li a {
	font-weight: bold;
	background: #cfe1d8;
	color: #838486;
	border-bottom: solid 1px #fff;
	}
	
#subnav li.selected a {
	background: #ebebeb ;
}
ul#subnav  {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;

}
ul#nav ul#subnav li.selected a {
	font-weight: bold;
	color: #fff;
}
#subnav ul ul li {
	float: left;
	list-style-type: none;
}
ul#subnav li a {
	float: left;
	width: 119px;
	padding: 5px 10px 5px 15px;
	font-size: 75%;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	color: #999;
	background-color:#cfe1d8;

}
#subnav li a:hover {
	background: #cfe1d8;
}
h1 {
	color: #666;
}
.articlelist .article h2.title {
	color: #666;
}
.articlelist .article .readmore {
	color: #005f2e;
}