/* Start of CMSMS style sheet 'Sidebar Menu' */
#menu_vert {
	margin-left: 1em;
	padding-left: 0;
}

#menu_vert li {
	border-bottom: 1px solid #ccc;
	display: block;
	list-style: none;
	margin: 0;
}

#menu_vert ul ul li {
	border: none;
}

/** fix stupid ie bug with display:block; **/
/** end fix **/
div#menu_vert a {
/*	background: url(images/cms/arrow-right.gif) no-repeat 0.5em center;
	padding: 0.8em 0.5em 0.8em 1.5em;*/
	background: url(images/leaf-bull.png) no-repeat left center;
	padding: 0.8em 0.5em 0.8em 20px;
	color: #106b39;
	display: block;
	min-height: 1em; /* Fixes IE7 whitespace bug */
	text-decoration: none;
}

div#menu_vert a.activeparent:hover {
/*	background-color: #9cce6b;
	color: #942929; */
	background-color: transparent;
	color: #333;
}

div#menu_vert a:hover {
/*	background-color: #9cce6b;
	color: #942929; */
	background-color: transparent;
	color: #333;
}

div#menu_vert li a.activeparent {
	background: url(images/cms/arrow-down.gif) no-repeat 0.4em center;
	background-color: #6b9c42;
	color: #fff;
}

div#menu_vert li.sectionheader {
	background-color: #fff;
	border-right: none;
	font-size: 130%;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 1.5em 0 0.8em 0;
	text-align: center;
}

div#menu_vert li.separator {
	background-color: #000;
	font-size: 1px; /* for ie */
	height: 1px !important;
	line-height: 1px !important;
	margin-bottom: 0;
	margin-top: -1px;
	overflow: hidden !important;
	padding: 2px 0 2px 0;
}

div#menu_vert ul h3 {
	background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
	background-color: #6b9c42;
	color: #fff;
	display: block;
	font-size: 1em;
	margin: 0;
	padding: 0.8em 0.5em 0.8em 1.5em;
}

div#menu_vert ul ul a {
	background-position: 1.5em center;
	font-size: 90%;
	padding: 0.5em 0.5em 0.5em 2.8em;
}

div#menu_vert ul ul h3 {
	background-color: transparent;
	background-position: 1.4em center;
	border-bottom: none;
	color: #000;
	font-size: 90%;
	padding: 0.3em 0.5em 0.3em 2.8em;
}

div#menu_vert ul ul li a.activeparent {
	background-color: transparent;
	background-position: 1.5em center;
	color: #000;
}

div#menu_vert ul ul ul {
	padding-bottom: 0.5em;
}

div#menu_vert ul ul ul a {
	background: url(images/cms/dash.gif) no-repeat 2.8em center;
	padding: 0.3em 0.5em 0.3em 4.3em;
}

div#menu_vert ul ul ul h3 {
	background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center;
	padding: 0.3em 0.5em 0.3em 4.3em;
}


/* End of 'Sidebar Menu' */

