/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
#menu_vert {
        width: 142px;
	margin: 0;
	padding-left:  38px;
       font-size: 1.15em;
}

div#sidebar #menu_vert h3 {
        font-size: 1em;
        line-height: 1.2em;
        font-weight: bold;
        margin: 0;
        padding: 0;
        color: #A32F2D;
        text-transform:lowercase;
}

#menu_vert ul {
	list-style: none;
	margin: 0px;
	padding: 0 0 40px 0;
}
#menu_vert ul ul {
	margin: 0;
	padding: 0 0 0 10px;
}
#menu_vert ul ul ul {
	margin: 0;
	padding: 0 0 0 10px;
}
#menu_vert li {
	list-style: none;
	margin: 0px;
	padding-top: 0.8em;
        font-size: 0.95em;
        /*text-transform:lowercase;*/
        line-height: 1.3em;
}
#menu_vert ul li li {
	list-style: none;
	margin: 0px;
	padding-top: 0.6em;
        font-size: 0.95em;
        /*text-transform:lowercase;*/
}
#menu_vert li.currentpage,
#menu_vert li a.menuactive {
	color: #A32F2D;
}

/* 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 **/

div#menu_vert ul li a {
	display: block;
	padding: 0;
	text-decoration: none;
        color: #707173;
}

div#menu_vert ul li li {
        line-height: 1em;
}
div#menu_vert ul ul a {
}
div#menu_vert ul ul ul a {
}
div#menu_vert a:hover {
	color: #A32F2D;
}
div#menu_vert a.activeparent:hover {
	color: #A32F2D;
        line-height: 1.3em;
}
div#menu_vert li.activeparent {
	color: #A32F2D;
        line-height: 1.3em;
}
div#menu_vert li.activeparent a.activeparent {
	color: #A32F2D;
        line-height: 1.3em;
}
div#menu_vert li a.parent {
}
div#menu_vert ul ul li a.parent {
}
div#menu_vert li a.parent span {
	display: block;
	margin: 0;
	padding-left: 0;
}
div#menu_vert li a.parent:hover {
/* removes underline hover effect */
	text-decoration: none;
        color: #A32F2D;
}
div#menu_vert li a.parent:hover span {
	display: block;
	margin: 0;
	padding: 0;
}
div#menu_vert li a.menuactive.menuparent {

}
div#menu_vert ul ul li a.menuactive.menuparent {

}
div#menu_vert li a.menuactive.menuparent span {
	display: block;
	margin: 0;
	font-weight: normal;
}
div#menu_vert li a.menuactive.menuparent:hover {
	text-decoration: none;
        color: #A32F2D;
}
div#menu_vert ul ul li a.activeparent {

}


/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
div#menu_vert li.sectionheader {
	border-right: none;
	padding: 0.8em 0.5em 0.5em 1.5em;
	background: transparent url(uploads/ngrey/libk.gif) no-repeat right top;
	line-height: 1em;
	margin: 0;
        color: #18507C;
        cursor:text;
}
/* separator */
div#menu_vert .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' */

