/* Start of CMSMS style sheet 'NurE : Simple - Vertical' */
/******************** MENU *********************/
#menu_vert2 {
	margin: 0;
	padding: 0;
background: url(uploads/NurE/subNav_bg.gif) repeat-y left center;
min-height: 280px;
border-bottom: 4px solid #fff;
}

#menu_vert2 ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 28px 0 0 0;
}

#menu_vert2 ul ul {
	margin: 0;
/* padding right sets second level li in on right from first li */
	padding: 0 5px 0 0;
}

#menu_vert2 li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu_vert2 li.currentpage {
	padding: 0;
color: #fff;
background: url(uploads/NurE/subNav_bullet.gif) no-repeat left center;
}

#menu_vert2 li.menuactive {
	margin: 0;
	padding: 0;
	background: none;
}

#menu_vert2 li.menuactive ul {
	margin: 0;
padding: 0;
}

#menu_vert2 li.activeparent {
	margin: 0;
	padding: 0;
}

/* fix stupid IE6 bug with display:block; */
* html #menu_vert2 li {
	height: 1%;
}

* html #menu_vert2 li a {
	height: 1%;
}

* html #menu_vert2 li hr {
	height: 1%;
}
/** end fix **/

/* first level links */
div#menu_vert2 a {
/* IE6 has problems with this, fixed above */
	display: block;
	padding: 4px 36px 4px 32px;
	color: #000;
/* Fixes IE7 whitespace bug */
	min-height: 1em;
	text-decoration: none;
}

/* next level links */
div#menu_vert2 ul ul a {
	padding-left: 46px;
}

/* third level links */
div#menu_vert2 ul ul ul a {
	padding-left: 46px;
}

/* hover state for lev 1 links */
div#menu_vert2 a:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
background: url(uploads/NurE/subNav_bullet.gif) no-repeat left center;
}

div#menu_vert2 a.activeparent:hover {
	color: #fff;
background: url(uploads/NurE/subNav_bullet.gif) no-repeat left center;
}

/* active parent, that is the first level parent of a child page that is the current page */
div#menu_vert2 li.activeparent {
	color: #fff;
}

div#menu_vert2 li.activeparent a.activeparent {
	color: #000;
}

div#menu_vert2 li a.parent {
/* takes left padding out so span image has room on left */
	padding-left: 0;
}

div#menu_vert2 ul ul li a.parent {
/* increased padding on left offsets it from one above */
	padding-left: 32px;
}

div#menu_vert2 li a.parent span {
	display: block;
	margin: 0;
/* adds left padding taken out of "a.parent" */
	padding-left: 32px;
}

div#menu_vert2 li a.parent:hover {
/* removes underline hover effect */
	text-decoration: none;
}

div#menu_vert2 li a.parent:hover span {
	display: block;
	margin: 0;
	padding-left: 32px;
}

div#menu_vert2 li a.menuactive.menuparent {
/* sets it in a little more than a.parent */
	padding-left: 0;
background: url(uploads/NurE/subNav_bullet.gif) no-repeat left center;
}

div#menu_vert2 ul ul li a.menuactive.menuparent {
/* sets it in a little more on next level */
	padding-left: 0;
}

div#menu_vert2 li a.menuactive.menuparent span {
	display: block;
	margin: 0;
/* to contrast with non active pages */
	font-weight: normal;
	padding-left: 32px;
color: #fff;

}

div#menu_vert2 li a.menuactive.menuparent:hover {
	text-decoration: none;
	color: #fff;
}

div#menu_vert2 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 */
div#menu_vert2 ul h3 {
	display: block;
	padding: 2px 36px 2px 32px;
	color: #fff;
font-weight: normal;
	font-size: 1em;
	margin: 0;
}

/* next level current pages, more padding, smaller font and no background color or bottom border */
div#menu_vert2 ul ul h3 {
	padding: 2px 36px 2px 46px;
	color: #fff;
}

/* current page on third level, more padding */
div#menu_vert2 ul ul ul h3 {
	padding: 0 36px 0 46px;
}

/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
div#menu_vert2 li.sectionheader {
	border-right: none;
	padding: 0.8em 0.5em 0.5em 1.5em;
	background: transparent url(uploads/NurE/libk.gif) no-repeat right top;
	line-height: 1em;
	margin: 0;
        color: #18507C;
        cursor:text;
}
/* separator */
div#menu_vert2 .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;
/* for ie */
}
div#menu_vert2 li.separator hr {
	display: none;
/* this is for accessibility */
}
/* End of 'NurE : Simple - Vertical' */

