/* Start of CMSMS style sheet 'Navigation: Simple - Vertical - Left' */
/******************** MENU *********************/
#menu_left {
	margin: 0;
	padding: 0;
}
#menu_left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu_left ul ul  {
	margin: 0;
	padding: 0px 5px 0px 0px;
	background: transparent url(uploads/ngrey/liup_.gif) no-repeat right -4px;
}
#menu_left li {
	list-style: none;
	margin: 0px 0px -1px;
	padding: 0px 0px 4px 0px;
	background: transparent url(uploads/ngrey/liup_.gif) no-repeat right bottom;
}
#menu_left li.currentpage  {
	padding: 0px 0px 3px 0px;
}
#menu_left li.menuactive {
	margin: 0;
	padding: 0px;
	background: none;
}
#menu_left li.menuactive ul {
	margin: 0;
}
#menu_left li.activeparent {
	margin: 0;
	padding: 0px;
}

/* fix stupid IE6 bug with display:block; */
* html #menu_left li {
	height: 1%;
}
* html #menu_left li a {
	height: 1%;
}
* html #menu_left li hr {
	height: 1%;
}
/** end fix **/

/* first level links */
#menu_left a {
	display: block;
	padding: 0.8em 0.3em 0.5em 1.5em;
	color: #18507C;
	min-height: 1em;
	text-decoration: none;
	background: transparent url(uploads/ngrey/libk_.gif) no-repeat right top;
}
#menu_left ul ul a {
	font-size: 90%;
	padding: 0.8em 0.3em 0.5em 2.8em;
}
#menu_left ul ul ul a {
	padding: 0.5em 0.3em 0.3em 3em;
}
#menu_left a:hover {
	background-color: transparent;
	color: #595959;
	text-decoration: underline;
}
#menu_left a.activeparent:hover {
	color: #595959;
}
#menu_left li.activeparent {
	background: transparent url(uploads/ngrey/liup_.gif) no-repeat right -65px;
	color: #fff;
}
#menu_left li.activeparent a.activeparent {
	background: transparent url(uploads/ngrey/libk_.gif) no-repeat right top;
	color: #000;
}
#menu_left li a.parent {
	padding-left: 0em;
}
#menu_left ul ul li a.parent {
	padding-left: 0.9em;
}
#menu_left li a.parent span {
	display: block;
	margin: 0;
	padding-left: 1.5em;
	background: transparent url(uploads/ngrey/active.png) no-repeat 2px center;
}
#menu_left li a.parent:hover {
	text-decoration: none;
}
#menu_left li a.parent:hover span {
	display: block;
	margin: 0;
	padding-left: 1.5em;
	background: transparent url(uploads/ngrey/parent.png) no-repeat 2px center;
}
#menu_left li a.menuactive.menuparent {
	padding-left: 0.35em;
}
#menu_left ul ul li a.menuactive.menuparent {
	padding-left: 0.99em;
}
#menu_left li a.menuactive.menuparent span {
	display: block;
	margin: 0;
	font-weight: bold;
	padding-left: 1.5em;
	background: transparent url(uploads/ngrey/parent.png) no-repeat 2px center;
}
#menu_left li a.menuactive.menuparent:hover {
	text-decoration: none;
	color: #18507C;
}
#menu_left ul ul li a.activeparent {
	color: #fff;
}
/* current pages in the default Menu Manager template are unclickable. This is for current page on first level */
#menu_left ul h3 {
	display: block;
	padding: 0.8em 0.5em 0.5em 1.5em;
	color: #000;
	font-size: 1em;
	margin: 0;
	background: transparent url(uploads/ngrey/libk_.gif) no-repeat right top;
}
#menu_left ul ul h3 {
	font-size: 90%;
	padding: 0.8em 0.5em 0.5em 2.8em;
	background: transparent url(uploads/ngrey/libk_.gif) no-repeat right top;
	color: #000;
}
#menu_left ul ul ul h3 {
	padding: 0.6em 0.5em 0.2em 3em;
}

/* section header */
#menu_left li.sectionheader {
	border-right: none;
	font-size: 130%;
	font-weight: bold;
	padding: 1.5em 0 0.8em 0;
	background-color: #fff;
	line-height: 1em;
	margin: 0;
	text-align: center;
}

/* separator */
#menu_left li.separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	padding: 2px 0 2px 0;
	background-color: #000;
	overflow: hidden !important;
	line-height: 1px !important;
	font-size: 1px;
}

#menu_left li.separator hr {
	display: none;
}
/* End of 'Navigation: Simple - Vertical - Left' */

