/* Start of CMSMS style sheet 'menu_temp' */


#header ul {
	margin: 0 0 10px;
	padding: 0;
}

#header ul li {
	float: left;
	padding: 0;
	list-style-type: none;
	border-right: 1px dotted #19856f;
	margin: 0 5px 0 0;
	height: 5em;
  text-transform: uppercase;
}

#header ul ul {
	margin: 0;
	font-size: 0.8em;
	padding: 5px 0 0;
}

#header ul ul li {
	margin: 0 5px 0 0;
	clear: left;
	border-style: none;
	padding: 5px 0 0;
	height: auto;
  text-transform: none;
}

a.currentpage, a.activeparent {
	color: #19856f !important;
}
/* End of 'menu_temp' */

