/* Start of CMSMS style sheet 'Navigation' */
/******************** MENU *********************/
#menu_vert {
	margin: 8px 0px 0px 0px;
	padding: 0;
        width:158px;
}

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

#menu_vert ul ul {
	margin: 0;
	padding: 0px 5px 0px 0px;
}

#menu_vert li {
        font-size:13px;
        font-weight:bold;
	list-style: none;
	margin: 0px;
	padding: 0px;
        border-bottom: 1px solid #e5c1c4;
}

div#menu_vert li.currentpage {
	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: 7px 0px 7px 6px;
	color: #444444;
	min-height: 1em;
line-height:1em;
	text-decoration: none;
}

/* hover state for all links */
div#menu_vert a:hover {
	background-color: transparent;
	color: #a20411;
}

/* This is for current page on first level */
div#menu_vert ul h3 {
	display: block;
	padding: 7px 0px 7px 6px;
	color: #a20411;
        font-weight:bold;
	font-size: 13px;
	margin: 0;
        line-height:1em;
}

div.menu_vertsub ul ul h3 {
	display: block;
        font-weight:normal;
	font-size: 10px;
	margin: 0;
        line-height:1em;
}


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

