/* Start of CMSMS style sheet 'QE Left Nav css' */
/******************** MENU *********************/
#menu_vert {
	margin: 0;
	padding: 0;
width:263px;
line-height:120%;
}
#menu_vert ul {
/* remove any bullets */
	list-style: none;
/* margin/padding set in li */
	margin: 0px;
	padding: 0px;
font-family:Georgia, "Times New Roman", Times, serif;
}

.first_level ul li
{

	/*background: transparent url(uploads/images/box_heading_bg.png) no-repeat;*/
}

#menu_vert ul ul {
	margin: 0;
/* padding right sets second level li in on right from first li */
	padding: 0px 0px 0px 0px;
/* replaces bottom of li.menuactive menuparent, looks like li below it, set in 5px more, is sitting on top of it 
	background: transparent url(uploads/ngrey/liup.gif) no-repeat right -4px;*/
background: transparent url(uploads/images/box_txt_bg.png) repeat-x 2px  top;
border:1px solid #E5E5E5;
border-top:0px solid #E5E5E5;
width:261px;
height:auto;
font-family:Helvetica,Arial,sans-serif;
}

#menu_vert ul ul ul {
	margin: 0;
/* padding right sets second level li in on right from first li */
	padding: 0px 0px 0px 0px;
/* replaces bottom of li.menuactive menuparent, looks like li below it, set in 5px more, is sitting on top of it 
	background: transparent url(uploads/ngrey/liup.gif) no-repeat right -4px;

border-left:1px solid #E5E5E5;
border-right:1px solid #E5E5E5;
border-top:1px solid #E5E5E5;
border-bottom:1px solid #E5E5E5;*/
border:0px solid #E5E5E5;
background:none;
font-family:Helvetica,Arial,sans-serif;
}

#menu_vert ul ul ul li{
color:#737373;
font-size:14px;
/*padding-left:8px;*/
line-height:120%;
background:none;
}

#menu_vert  li {
/* remove any bullets */
	list-style: none;
/* negative bottom margin pulls them together, images look like one border between */
	margin: 0px 0px -1px;
/* bottom padding pushes "a" up enough to show our image */
	padding: 0px 0px 0px 0px;
/* you can set your own image here 
	background: transparent url(uploads/ngrey/liup.gif) no-repeat right bottom;*/

}


#menu_vert li.currentpage {
	padding: 0px 0px 0px 0px;

}
#menu_vert li.menuactive {
	margin: 0;
	padding: 0px;
/* replaced by image in ul ul */
	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 {
/* IE6 has problems with this, fixed above */
	display: block;
/* some air for it */
	padding: 0.4em 0.3em 0.6em 1.5em;
/* this will be link color for all levels 
	color: #18507C;*/
/* 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;*/
}
/* next level links, more padding and smaller font */
div#menu_vert ul  a {
color:#737373;
font-size:14px;

}

div#menu_vert ul ul a {
	font-size: 90%;
	padding: 0.4em 0.3em 0.6em 2.8em;
background:none;
}
/* third level links, more padding */
div#menu_vert ul ul ul a {
	padding: 0.4em .5em 0.6em 3em;
background:none;
}

div#menu_vert ul ul ul ul a {
	/*padding: 0.7em 0.3em 0.6em 4em;*/
}

/* hover state for all links */
div#menu_vert a:hover {
	background-color: transparent;
	/*color: #595959;*/
	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 {
/* you can set your own image here 
	background: transparent url(uploads/ngrey/liup.gif) no-repeat right -65px;*/
/* white to contrast with background image */
	color: #fff;

}
div#menu_vert li.activeparent a.activeparent {
/* you can set your own image here 
	background: transparent url(uploads/ngrey/libk.gif) no-repeat right top;*/
/* to contrast with background image */
	color: #737373;

}
div#menu_vert li a.parent {
/* takes left padding out so span image has room on left */
	padding-left: 0.40em;
color:#015dae;
font-size:16px;
background: transparent url(uploads/images/box_heading_bg.png) no-repeat;
width:auto;
height:28px;
margin-bottom:10px;
margin-top:10px;

}
div#menu_vert ul ul li a.parent {
/* increased padding on left offsets it from one above */
	padding-left: 1.2em;
color:#515151;
font-size:14px;
background:none;
width:auto;
height:auto;
margin-bottom:0px;
margin-top:0px;
	background: transparent url(uploads/images/menu_normal_list.png) no-repeat 6px 8px;
font-family:Helvetica,Arial,sans-serif;
}

div#menu_vert ul ul ul li a.parent {
/* increased padding on left offsets it from one above */
color:#737373;
font-size:14px;
/*padding-left:8px;*/
background:none;
font-family:Helvetica,Arial,sans-serif;
}

div#menu_vert ul ul ul ul li a.parent {
/* increased padding on left offsets it from one above 
	padding-left: 0.9em;*/
}

div#menu_vert li a.parent span {
	display: block;
	margin: 0;
/* adds left padding taken out of "a.parent" */
	padding-left: 0.5em;
	padding-right: 0.5em;
/* arrow on left for pages with children, points down, you can set your own image here 
	background: transparent url(uploads/ngrey/active.png) no-repeat 2px center;*/

}
div#menu_vert li a.parent:hover {
/* removes underline hover effect */
	text-decoration: none;
}
div#menu_vert li a.parent:hover span {
	display: block;
	margin: 0;
		padding-left: 0.5em;
	padding-right: 0.5em;
/* arrow on left for pages with children, points right for hover, you can set your own image here 
	background: transparent url(uploads/ngrey/parent.png) no-repeat 2px center;*/
}
div#menu_vert li a.menuactive.menuparent {
/* sets it in a little more than a.parent*/ 
	padding-left: 0.40em;
	padding-right: 0em;

color:#015dae;
font-size:16px;
background: transparent url(uploads/images/box_heading_bg.png) no-repeat;
width:auto;
height:25px;

}
div#menu_vert ul ul li a.menuactive.menuparent {
/* sets it in a little more on next level */
	padding-left: 1.2em;

color:#015DAE;
font-size:14px;
background:none;
width:auto;
height:auto;
	background: transparent url(uploads/images/menu_active_list.png) no-repeat 6px  8px;
font-family:Helvetica,Arial,sans-serif;
}

div#menu_vert ul ul ul a.menuactive.menuparent {
	padding-top: 0.4em;
	padding-bottom: 0.6em;
font-family:Helvetica,Arial,sans-serif;

}

div#menu_vert ul ul ul li a.menuactive.menuparent {
/* sets it in a little more on next level */
	padding-left: 2.5em;

color:#737373;
font-size:12px;
/*padding-left:8px;*/
background:none;
font-family:Helvetica,Arial,sans-serif;
}

div#menu_vert ul ul ul ul li a.menuactive.menuparent {
/* sets it in a little more on next level */
	padding-left: 0.99em;

}

div#menu_vert li a.menuactive.menuparent span {
	display: block;
	margin: 0;
/* to contrast with non active pages */
	font-weight: normal;
	padding-left: 0.5em;
	padding-right: 0.5em;
 /*arrow on left for active pages with children, points right, you can set your own image here 
	background: transparent url(uploads/images/menu_active_list.png) no-repeat 2px top;*/
}
div#menu_vert li a.menuactive.menuparent:hover {
	text-decoration: none;
	/*color: #18507C;*/
}
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;
/* some air for it 
	padding: 0.8em 0.5em 0.5em 1.5em;*/
/* this will be link color for all levels */
	color: #737373;
/* instead of the normal font size for <h3> */
	font-size: 1em;
/* as <h3> normally has some margin by default */
	margin: 0;
/* you can set your own image here, same as "a" 
	background: transparent url(uploads/ngrey/libk.gif) no-repeat right top;*/

}
/* next level current pages, more padding, smaller font and no background color or bottom border */
div#menu_vert ul ul h3 {
	font-size: 90%;
padding:0.4em 0.3em 0.6em 2.8em;
	/*padding: 0.8em 0.5em 0.5em 2.8em;*/
/* you can set your own image here, same as "a" 
	background: transparent url(uploads/ngrey/libk.gif) no-repeat right top;*/
color:#015DAE;
font-family:Helvetica,Arial,sans-serif;
}
/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
	padding: 0.4em 0.5em 0.6em 3em;
font-family:Helvetica,Arial,sans-serif;
}
/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
div#menu_vert li.sectionheader {
	border-right: none;
	padding: 0.em 0.5em 0.5em 1.5em;
	/*background: transparent url(uploads/ngrey/libk.gif) no-repeat right top;*/
	line-height:120%;
	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 'QE Left Nav css' */

