#nav li.selected a{
	font-weight: bold;
	background: #0d4e9a;
	color: #fff;
	}

#nav li.selected #subnav li a {
	font-weight: bold;
	background: #cae1f6;
	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, .h1 {
	/*color: #666;*/
	color: #0d4e9a;
	margin-top: 8px;
}
.articlelist .article h2.title {
	/*color: #666;*/
	color: #0d4e9a;
}
.panel .articlelist .article h2.title {
	font-size: 125%;
	text-transform: uppercase;
	border-top: 0;
	border-bottom: 0;
}

.panel .articlelist .article .summary {
	font-size: 100%; 
}

.articlelist .article .readmore {
	color: #005f2e;
}
