/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/******************** MENU *********************/
#menu_vert {
	margin: 0;
	padding: 0;
}
#menu_vert ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu_vert ul ul {
	margin: 0;
/* padding right sets second level li in on right from first li */
	padding: 0px 0px 0px 0px;

}
#menu_vert li {
	list-style: none;
	margin: 0px 0px -1px;
	padding: 0px 0px 0px 0px;

}
#menu_vert li.currentpage {
	padding: 0px 0px 0px 0px;
}
#menu_vert li.menuactive {
	margin: 0;
	padding: 0px;
	background: none;
}
#menu_vert li.menuactive ul {
	margin: 0;
}
#menu_vert li.activeparent {
	margin: 0;
	padding: 0px;
}
/* fix stupid 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;
	padding: 10px 0.3em 10px 10px;
	color: #264b97;
	min-height: 1em;
	text-decoration: none;
        background: #c4c4ac url(uploads/ngrey/libk.gif) no-repeat right top;
}
/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
	padding: 10px 0.3em 10px 20px;
        color: #264b97;
	border: none;
        background: #f3f3f3;
}
/* third level links, more padding */
div#menu_vert ul ul ul a {
	padding: 10px 0.3em 10px 30px;
    color: #264b97;
	border: none;
        background: #f3f3f3;
}
/* hover state for all links */
div#menu_vert a:hover {
	color: #c0002a;
	text-decoration: none;
}
div#menu_vert a.activeparent:hover {
	color: #595959;
}
/* active parent, that is the first level parent of a child page that is the current page */
div#menu_vert li.activeparent {
	color: #fff;
}
div#menu_vert li.activeparent a.activeparent {
	color: #fff;
}
div#menu_vert li a.parent {
	padding-left: 0em;
}
div#menu_vert ul ul li a.parent {
	padding-left: 10px;
}
div#menu_vert li a.parent span {
	display: block;
	margin: 0;
	padding-left: 10px;
}
div#menu_vert li a.parent:hover {
	text-decoration: none;
}
div#menu_vert li a.parent:hover span {
	display: block;
	margin: 0;
	padding-left: 10px;
}
div#menu_vert li a.menuactive.menuparent {
	padding-left: 10px;
	color:#264b97
}
div#menu_vert ul ul li a.menuactive.menuparent {
	padding-left: 20px;
}
div#menu_vert li a.menuactive.menuparent span {
	display: block;
	margin: 0;
	font-weight: bold;
}
div#menu_vert li a.menuactive.menuparent:hover {
	text-decoration: none;
	color:#c0002a
}
div#menu_vert 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_vert ul h3 {
	display: block;
	padding: 10px 0.3em 10px 10px;
	color: #c0002a;
	font-size: 1em;
	margin: 0;
}
/* next level current pages, more padding, smaller font and no background color or bottom border */
div#menu_vert ul ul h3 {
	font-size: 100%;
	padding: 10px 0.3em 10px 20px;
	color: #c0002a;
}
/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
	padding: 10px 0.3em 10px 30px;
	color: #c0002a;
}
/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
div#menu_vert li.sectionheader {
	border-right: none;
	font-size: 1.4em;
	font-weight: bold;
	padding: 4px 0 20px;
	line-height: 1em;
	margin: 0;
	text-align: left;
	color: #c0002a;
}
/* separator */
div#menu_vert 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;
/* for ie */
}
div#menu_vert li.separator hr {
	display: none;
/* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */

