/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/******************** SUB NAV - Vertical Menu *********************/
#menu_vert {
	margin: 0;
	padding: 0 0 0 18px;
}
#menu_vert ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu_vert li {
	list-style: none;
margin:0 0 10px;
padding:0 0 0 12px;
background: #fff url(uploads/cshrm/plus.gif) no-repeat left center;
line-height:1.3em;
}
#menu_vert li.currentpage {
		color:#fa7144;
}
#menu_vert li.menuactive {
	margin: 0;
	padding: 0px;
}
#menu_vert li.menuactive ul {
	margin: 0;
}
#menu_vert li.activeparent {
	margin: 0;
	padding: 0px;
}

/* fix IE6 bug with display:block; */
* html #menu_vert li {
	height: 1%;
}
* html #menu_vert li a {
	height: 1%;
}
* html #menu_vert li hr {
	height: 1%;
}
/** end fix **/

/* first level links */
div#menu_vert a {
	display: block;
	color: #b4b3b3;
	text-decoration: none;
}
/* hover state for all links */
div#menu_vert a:hover {
	color:#fa7144;

}

/* End of 'Navigation: Simple - Vertical' */

