/* Start of CMSMS style sheet 'Parkway Sidebar Menu' */
/* Sidebar/Menu Styles */

* html #menu_vert li a {
	height: 0.5% !important; /* 1%; */
}

* html #menu_vert li hr {
	height: 1%;
}

#menu_vert {
	background-color: #9dafdb;
	background-image: url(images/sidebar-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom:48px;
	color: #fff;
	font-family: "Trebuchet MS", arial, verdana, sans-serif !important;
	font-size: 14px;
	font-weight: bold;
}

#menu_vert a {
	color: #fff; 
	display: block;
	min-height: 1.2em; /* was 1em; */
	padding: 1em 0.5em 0.8em 1.5em; /* padding-left: 0.8em; */
	text-decoration: none;
}

#menu_vert a.activeparent:hover {
	background-color: #2d4377;
	color: #fff;
}

#menu_vert a:hover {
	background-color: #2d4377; /* hover state for all links */
	color: #fff;
}

#menu_vert li {
	display: block;
	line-height: normal;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #fff;
}

#menu_vert li a.activeparent {
	background-color: #2d4377;
	color: #fff;
	font-size: inherit;
	padding: 0.8em 0.5em 0.8em 1.5em;
}

#menu_vert li.sectionheader {
	background-color: #2d4377; 
	border-right: none;
	font-weight: bold;
	text-transform: uppercase;
/*	color: #fff;
	line-height: normal;
	margin: 0;
	font-size: inherit;
	padding: 0.8em 0.5em 0.8em 2.5em; 
	padding: 1.5em 0 0.8em 0; 
	text-align: left; */
}

#menu_vert li.separator {
	background-color: #9dafdb; 
	font-size: 1px; /* for ie */
	height: 1px !important;
	line-height: 1px !important;
	margin-bottom: 0;
	margin-top: -1px;
	overflow: hidden !important;
	padding: 2px 0 2px 0;
}

#menu_vert li.separator hr {
	display: none; /* this is for accessibility */
}

#menu_vert ul h3 {
	background-color: #2d4377; /* current page first level */
	color: #fff; 
/*	display: block; */
	font-size: 100%; /*inherit !important; OR 95%; */
	margin: 0;
	padding: 0.8em 0.5em 0.8em 2.8em;
}

#menu_vert ul li h3, #menu_vert ul li.currentpage h3, #menu_vert ul li.sectionheader {
	color: #fff;
	font-size: inherit !important;
	padding: 0.8em 0.5em 0.8em 1.5em;
}

#menu_vert ul ul a {
	background: #2d4377;
	border-bottom: none !important;
	color: #fff;
/*	display: block; */
	font-size: 90%; /* inherit !important; */
	padding: 0.8em 0.5em 0.8em 2.8em;
}

#menu_vert ul ul a:hover {
	background: #9dafdb;
	border-bottom: none !important;
	color: #fff;
/*	display: block; */
	font-size: 90%;  /* inherit !important; */
	padding: 0.8em 0.5em 0.8em 2.8em;
}

#menu_vert ul ul h3 {
	background-color: #2d4377; /* next level current page */
	border-bottom: none !important;
	min-height: 1.2em; /* was 1em; */
	color: #fff;
	display: block;
	font-size: 90% !important;  /* inherit !important; */
	margin: 0 !important;
	padding: 0.8em 0.5em 0.8em 2.8em;
}

#menu_vert ul ul li {
	border: none;
	display: block;
	font-size: inherit;
}

#menu_vert ul ul li a.activeparent {
	background-color: #2d4377;
	border-bottom: none !important;
	color: #fff;
	display: block;
	font-size: inherit;
	padding: 0.3em 0.5em 0.3em 2.8em;
}

#menu_vert ul ul li h3, #menu_vert ul ul li.currentpage h3 {
	border-bottom: none !important;
	color: #fff;
	display: block;
	font-size: 90% !important;
	margin: 0 !important;
	padding: 0.8em 0.5em 0.8em 2.5em;
}


#sidebar-rule {
	background-color: #9dafdb;
	border-bottom: 8px solid #2d4377;
	color: #000;
	padding: 0 0 0 0 !important;
	margin: /* -4px */ 0 0 0 0 !important;
	height: 8px !important;
	width: 255px !important;
}
/* End of 'Parkway Sidebar Menu' */

