/* Start of CMSMS style sheet '&gt;Navigation: Simple - Vertical' */
/******************** MENU *********************/
#menu_vert {
	margin: 0;
	padding: 0;
position: relative;
	line-height: 1.1em;
	font-size: 0.95em;
	color: #1C468E;

}
#menu_vert ul {
/* remove any bullets */
	list-style: none;
/* margin/padding set in li */
	margin: 0px;
	padding: 0px;

}
#menu_vert ul ul {
	margin: 0;
/* padding right sets second level li in on right from first li */
	padding: 0;
}
#menu_vert ul ul ul {
/* padding right sets third level li in on right from second li */
	padding: 20px 0 0 0;
	margin: 0;
	width: 160px;
	position: absolute;
	left: 180px;
	top: 0px;
border-left: solid 1px #FFFFFF;
}
#menu_vert ul ul ul ul {
/* padding right sets third level li in on right from second li */
	padding: 0;
	margin: 0;
	width: 160px;
	position: relative;
left: 0;
border: none;
}
#menu_vert ul ul ul ul li, #menu_vert ul ul ul ul li.menuactive {
border: none;
	background: url(uploads/blacktemplate/traitgris.png) no-repeat left 12px;
	margin-left: 5px;
}
#menu_vert ul ul ul ul li a {
background-color: #fff;
}
#menu_vert li {
/* remove any bullets */
	list-style: none;
	background-color: #dddddd;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #E8E8E8;
}
#menu_vert li li {
  border-top-color: #E8E8E8;
    border-top-style: solid;
    border-top-width: thin;
}
#menu_vert li li li {
}
#menu_vert li.currentpage {
	padding: 0px;
margin: 0;
}
#menu_vert li.menuactive {
	margin: 0;
	padding: 0;

}
#menu_vert li.menuactive ul {
	margin: 0;
}
#menu_vert li.activeparent {
	margin: 0;
	padding: 0;

}
/* 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.3em 0.3em 0.3em 1em;
/* this will be link color for all levels */
	color: #1C468E;
	color: black;
/* 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-color: #E0E0E0;
}
/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
	padding: 0.3em 0.3em 0.3em 1em;
	background-color: #99ddff;
	color: #1C468E;
	color: #000000;
}
div#menu_vert ul ul a:hover {
	color: #000000;
	background-color: #ffff99;
}
/* third level links */
div#menu_vert ul ul ul a {
	padding: 0.3em 0.3em 0.3em 1em ;
	background-color: #99ddff;
	color: #1C468E;
	color: black;

}
div#menu_vert ul ul ul span {
padding: 0;
}
/* hover state for all links */
div#menu_vert a:hover {
color: #000000;
background-color: #ffff99;
	text-decoration: none;

}
div#menu_vert a.activeparent:hover {
color: #000000;
background-color: #ffff99;

}
/* active parent, that is the first level parent of a child page that is the current page */
div#menu_vert li.activeparent {
color: #000000;
background-color: #ffff99;
}
div#menu_vert li.activeparent a.activeparent {
background-color: #0054a6;
color: #ffffff;
}
div#menu_vert li a.parent {
/* takes left padding out so span image has room on left */
	padding-left: 0em;
}
div#menu_vert ul ul li a.parent {
/* increased padding on left offsets it from one above */
}
div#menu_vert li a.parent span {
	display: block;
	margin: 0;
/* adds left padding taken out of "a.parent" */
	padding-left: 1em;
/* arrow on left for pages with children, points down, you can set your own image here */

	
}
div#menu_vert li li a.parent span, 
div#menu_vert li li li a.menuactive,
div#menu_vert li li a.menuactive {
font-weight: normal;
/* arrow on left for pages with children, points down, you can set your own image here */

}
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: 1em;
/* arrow on left for pages with children, points right for hover, you can set your own image here */
}
div#menu_vert li a.menuactive.menuparent {
padding-left: 0em;
color: #fff;
background-color: red;
}
div#menu_vert ul ul li a.menuactive.menuparent {
	color: #000000;
	background-color: #ffff99;
}
div#menu_vert li a.menuactive.menuparent span {
	display: block;
	margin: 0;
/* to contrast with non active pages */
	font-weight: bold;
	padding-left: 1em;

}
div#menu_vert li li a.menuactive.menuparent span {
	font-weight: normal;
}

div#menu_vert li a.menuactive.menuparent:hover {
	text-decoration: none;
	color: #000000;
background-color: #ffff99;
}
div#menu_vert li a.menuactive {
	text-decoration: none;
background-color: red;
color: #fff;
font-weight: bold;
}
div#menu_vert li li a.menuactive {
	text-decoration: none;
background-color: #ffff99;
color: #000;
}
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.3em 0.3em 0.3em 1em;
color: #1C468E;
background-color: #dddddd;
/* instead of the normal font size for <h3> */
	font-size: 1em;
	line-height: 1.1em;
font-weight: normal;
/* as <h3> normally has some margin by default */
	margin: 0;
/* you can set your own image here, same as "a" */
}
/* next level current pages, more padding, smaller font and no background color or bottom border */
div#menu_vert ul ul h3 {
	font-size: 100%;
	color: #000000;
	background-color: #ffff99;
	padding: 0.3em 0.3em 0.3em 1em;
	font-weight: normal;
}
/* current page on third level*/
div#menu_vert ul ul ul h3 {
	color: #000000;
	background-color: #ffff99;
	padding: 0.3em 0.3em 0.3em 1em;
	margin : 0;
}
div#menu_vert li li li a.menuactive {
	color: #000000;
	background-color: #ffff99;
}
/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
div#menu_vert li.sectionheader {
	border: none;
	padding: 0.3em 0.3em 0.3em 1em;
	background: #0054a6;
	font-size: 1.05em;
font-weight: bold;
	line-height: 1em;
	margin: 0;
        color: #FFFFFF;
        cursor:text;
}
/* separator */
div#menu_vert .separator {
	height: 10px !important;
	margin-top: -1px;
	margin-bottom: 0;
	padding: 2px 0 2px 0;
	background-color: #ffffff;
	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 '&gt;Navigation: Simple - Vertical' */

