/* Start of CMSMS style sheet 'ASO Navigation: Simple - Vertical' */
#menu_vert {
   padding-left: 0;
   margin-left: 1em;
}

div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

#menu_vert li {
	list-style: none;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

#menu_vert ul ul li {
   border: none;
   margin-bottom: 4px;
   border: 1px solid #3399FF;
}


* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }

div#menu_vert a {
	text-decoration:none; 
	display: block; 
	color: #FFFFFF;
	min-height:1em; 
	background-color: #007AD5;
	padding-top: 0.4em;
	padding-right: 0.5em;
	padding-bottom: 0.4em;
	padding-left: 0.9em;
	font-size: 11px;
}

div#menu_vert ul ul a {
	padding-top: 0.4em;
	padding-right: 0.5em;
	padding-bottom: 0.4em;
	padding-left: 0.9em;
}

div#menu_vert ul ul ul a {
	padding: 0.3em 0.5em 0.3em 4.3em;
}

div#menu_vert a:hover {
	background-color: #FFFFFF;
	color: #333333;
}
div#menu_vert a.activeparent:hover {
	background-color: #007AD5;
	color: #333333;
}

div#menu_vert li a.activeparent {
	background-color: #FFFFFF;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3399FF;
	border-right-color: #FFFFFF;
	border-bottom-color: #3399FF;
	border-left-color: #3399FF;
}

div#menu_vert ul ul li a.activeparent {
	background-color: #FFFFFF;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3399FF;
	border-right-color: #FFFFFF;
	border-bottom-color: #3399FF;
	border-left-color: #3399FF;
}


div#menu_vert ul h3 {
	background-color: #FFFFFF;
	display: block;
	color: #333333; 
	font-size: 11px;
	margin: 0; 
	padding-top: 0.4em;
	padding-right: 0.5em;
	padding-bottom: 0.4em;
	padding-left: 0.9em;
}

div#menu_vert ul ul h3 {
	background-color: #FFFFFF;
	display: block;
	color: #333333; 
	font-size: 11px;
	margin: 0; 
	padding-top: 0.4em;
	padding-right: 0.5em;
	padding-bottom: 0.4em;
	padding-left: 0.9em;
}

div#menu_vert ul ul ul h3 {
	padding: 0.3em 0.5em 0.3em 4.3em;
}

div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

div#menu_vert 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#menu_vert li.separator hr {
   display: none;
}
/* End of 'ASO Navigation: Simple - Vertical' */

