/* Start of CMSMS style sheet 'Work Well : Green Navigation' */
#menu_vert {
margin-top: 10px;
}
#menu_vert ul {
padding: 0;
margin: 0;
}
#menu_vert ul ul {
background: #508301 url(uploads/images/menu/bg-green.png) repeat-x top;
}
#menu_vert li {
list-style: none;
margin: 0;
border-bottom: 1px solid #fff;
display: block;
}
#menu_vert ul ul li {
border: none;
}

	/** fix stupid ie bug with display:block; **/
	* html #menu_vert li a { height: 1%; } 
	* html #menu_vert li hr { height: 1%; }
	/** end fix **/

	
/* first level links */
div#menu_vert a {
text-decoration:none;
display: block;
font-weight: bold;
background-color: #47711d;
padding: 10px 0.5em 10px 10px;
color: #f0f0f0;
min-height:1em;
}

	/* second level */
	div#menu_vert ul ul a {
	padding: 0.5em 0.5em 0.5em 15px;
	border-top: 1px solid #fff;
	color: #f0f0f0;
	background: url(uploads/Clean_Orange/menu_arrows2.gif) no-repeat 7px 11px;
	font-weight: normal;
	}
		/* third level */
		div#menu_vert ul ul ul a {
		padding: 0.5em 0.5em 0.5em 15px;
		font-weight: normal;
		background-color: #d9ffa7;
		color: #333;
		}

	
/* first level links */
div#menu_vert a:hover {
}

	/* second level */
	div#menu_vert ul ul a:hover {
	background: url(uploads/images/menu/menuArrow.gif) no-repeat 0px 50%;
	color: #d7ff9a;
	}
		/* third level */
		div#menu_vert ul ul ul a:hover {
		background-color: #d9ffa7;
		background-image: none;
		color: #333;
		text-decoration: underline;
		}

		
/* active parent */
div#menu_vert a.activeparent {
}
	div#menu_vert ul ul a.activeparent {
	background: url(uploads/images/menu/menuArrow.gif) no-repeat 0px 50%;
	color: #d7ff9a;
	}
		div#menu_vert ul ul ul a.activeparent {
		background-color: #d9ffa7;
		background-image: none;
		color: #333;
		text-decoration: underline;
		}

			
/* section header */
div#menu_vert li.sectionheader {
border-right: none;
font-weight: bold;
padding: 0.8em 0.5em 0.8em 5px;
background-color: #003333;
color: #fff;
line-height: 1em;
margin: 0;
text-align:left;
}

/* separator */
div#menu_vert li.separator {
height: 1px !important;
margin-top: -1px;
margin-bottom: 0;
padding:2px 0 2px 0;
overflow:hidden !important;
line-height:1px !important;
font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
display: none;
}



/* HEADER LINKS ============================================================ */

#headerLinks {
font-weight : bold; 
text-decoration : none; 
color : #47711d; 
padding: 10px 10px;
text-align: right;
height:15px;
/*border-bottom: 4px solid #336666;*/
margin-bottom: 1px;
} 
	#headerLinks p {
	border:0;
	margin:0;
	padding:0;
	} 
	#headerLinks a {
	font-family : verdana, arial, geneva, sans-serif; 
	text-decoration : none; 
	color : #47711d; 
	} 
	#headerLinks a:hover {
	font-family : verdana, arial, geneva, sans-serif; 
	text-decoration : none; 
	color : #578529; 
	}
/* End of 'Work Well : Green Navigation' */

