/* Start of CMSMS style sheet 'Menu - Vertical 1' */
/* Top Menu only supports one level*/
/* Evan Lyon */

#menu_vert_1 {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 165%;
	font-weight: bold;
}

/* First Level Menu */
#menu_vert_1 ul {
	/* remove any bullets */
	list-style: none;
	margin: 0;
	padding: 0px;
}

/* First Level Menu Items */
#menu_vert_1 li {
	/* remove any bullets */
	list-style: none;
}
#menu_vert_1 li.menuactive {
	margin: 0;
	padding: 0px;
}
#menu_vert_1 li.menuactive ul {
	margin: 0;
}
#menu_vert_1 li.activeparent {
	margin: 0;
	padding: 0px;
}
/* fix stupid IE6 bug with display:block; */
* html #menu_vert_1 li {
	height: 1%;
}
* html #menu_vert_1 li a {
	height: 1%;
}
* html #menu_vert_1 li hr {
	height: 1%;
}
/** end fix **/

/* first level links */
div#menu_vert_1 a {
	/* IE6 has problems with this, fixed above */
	display: block;
	/* some air for it */
	/*	padding: 0.8em 0.3em 0.5em 1.5em; */
	/* this will be link color for all levels */
	color: #B8B8B8;
	/* Fixes IE7 whitespace bug */
	min-height: 1em;
	/* no underline for links */
	text-decoration: none;
	/* you can set your own image here this is tall enough to cover text heavy links */
	/*	background: transparent url(uploads/ngrey/libk.gif) no-repeat right top; */
}

/* hover state for all links */
div#menu_vert_1 a:hover {
	background-color: transparent;
	color: #383838;
}
div#menu_vert_1 a.activeparent:hover {
	color: #383838;
}
/* active parent, that is the first level parent of a child page that is the current page */
div#menu_vert_1 li.activeparent {
	color: #fff;
}
div#menu_vert_1 li.activeparent a.activeparent {
	color: #000;
}

div#menu_vert_1 li a.parent {
	/* takes left padding out so span image has room on left */
	/*	padding-left: 0em; */
}

div#menu_vert_1 li a.parent span {
	display: block;
	margin: 0;

}
div#menu_vert_1 li a.parent:hover {
	/* removes underline hover effect */
	text-decoration: none;
	color: #383838;
}
div#menu_vert_1 li a.parent:hover span {
	display: block;
	margin: 0;
	color: #383838;
}
div#menu_vert_1 li a.menuactive.menuparent {
}

div#menu_vert_1 li a.menuactive.menuparent span {
	display: block;
	margin: 0;
	/* to contrast with non active pages */
	color: #888888;
}

div#menu_vert_1 li a.menuactive.menuparent:hover {
	text-decoration: none;
	color: #383838;
}
div#menu_vert_1 li a.menuactive.menuparent:hover span{
	text-decoration: none;
	color: #383838;
}
div#menu_vert_1 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_1 ul h3 {
	/*	display: block; */
	/* this will be link color for all levels */
	color: #000;
	/* instead of the normal font size for <h3> */
	font-size: 1em;
	/* as <h3> normally has some margin by default */
	margin: 0;
}

/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
div#menu_vert_1 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_1 .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_1 li.separator hr {
	display: none;
/* this is for accessibility */
}
/* End of 'Menu - Vertical 1' */

