/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/*** MENU Navigation: Simple - Vertical ***/

#menuvert {
	margin:44px 0 0 27px;
	}
#menuvert ul {
	margin:0 0 44px 0;
	list-style:none;
	}
#menuvert ul ul {
	margin:0;
	}
#menuvert ul ul ul {
	margin:0;
	}

/* first level links */
div#menuvert ul a {
	margin:0 0 1px 0;
	padding:0 0 0 12px;
	display:block;
	height:17px;
	text-decoration:none;
	line-height:16px;
	color:#324663;
	background:#FCDC80 url(./images/cms/navoff.gif) no-repeat top left;
	}
div#menuvert ul a:active {
	background-image:url(./images/cms/navon.gif);
	background-color:white;
	}
div#menuvert ul a:hover {
	background-image:url(./images/cms/navon.gif);
	background-color:white;
	}

/* second level */
div#menuvert ul ul a {
	margin:0 0 1px 12px;
	}

/* third level */
div#menuvert ul ul ul a {
	margin:0 0 1px 24px;
	}

div#menuvert ul a.activeparent {
	background:#FFF url(./images/cms/navon.gif) no-repeat top left;
	font-weight:bold;
	}

div#menuvert ul ul a.activeparent { }

/* current pages in the default Menu Manager template are unclickable */
/* this is for current page on first level */
div#menuvert ul li.currentpage h3 {
	margin:0 0 1px 0;
	padding:0 0 0 12px;
	background:#FFF url(./images/cms/navon.gif) no-repeat top left;
	height:17px;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	}

/* next level current pages, more padding */
/* smaller font and no background color or bottom border */
div#menuvert ul li ul li.currentpage h3 {
	margin:0 0 1px 12px;
	}

/* current page on third level, more padding */
div#menuvert ul li ul li ul li.currentpage h3 {
	margin:0 0 1px 24px;
	}

/* section header */
div#menuvert li.sectionheader {
	margin:0 0 1px 1px;
	padding:0;
	font-size:12px;
	font-weight:bold;
	height:17px;
	}

/* separator */
div#menuvert li.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#menuvert li.separator hr {
	display: none;
	}

/* End of 'Navigation: Simple - Vertical' */

