/* Start of CMSMS style sheet 'cc_menu_3' */

ul.blue {
	padding: 0px;
	margin: 0px 0;
	list-style: none;


	float: left;
	clear: left;

}

ul.blue li {
	float: left;
}

ul.blue li a {
	float: left;
	text-decoration: none;
	color: #7e9659;
	padding: 8px 15px 0px 0;
	margin-right: 4px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: url(images/menu.gif) no-repeat top right;
}

ul.blue li a span {
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -8px;
	height: 35px;
	background: url(images/menu.gif) no-repeat top left;
}

ul.blue li a:hover {
 	color: #6aa115;
	background: url(images/menu-on.gif) no-repeat top right;
}

ul.blue li a:hover span {
	background: url(images/menu-on.gif) no-repeat top left;
}

ul.blue li a.current {
	background: url(images/menu-in.gif) no-repeat top right;
 	color: #2a3f62;
}

ul.blue li a.current span {
	background: url(images/menu-in.gif) no-repeat top left;
}


/* End of 'cc_menu_3' */

