/* Start of CMSMS style sheet 'Litchfield-Home' */
#navcontainer {
	margin: 20px 0 0 0;
	text-align: left;
	background: #01472C;
	padding: 0;
}
/* to stretch the container div to contain floated list */
#navcontainer:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-transform: uppercase;
}
ul#navlist li {
	display: block;
	float: left;
	width: 190px;
	margin: 0;
	padding: 0;
}
ul#navlist li a {
	display: block;
	width: 190px;
	padding: 0.5em;
	border-right: 1px dotted #fff;
	color: #fff;
	text-decoration: none;
	background: #016B41;
	text-align: center;
}
#navcontainer>ul#navlist li a { 
	width: auto; 
}
ul#navlist li#active a {
	background: #01472C;
	color: #800000;
}
ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #fff;
	background: #01472C;
border-right: 1px dotted #fff;
}
/* End of 'Litchfield-Home' */

