/* Start of CMSMS style sheet 'Menu Subnav' */
/******************** MENU *********************/
#menu_vert {
	margin: 0;
	padding: 0;
}
#menu_vert ul {
/* remove any bullets */
	list-style: none;
/* margin/padding set in li */
	margin: 0px;
	padding: 0px;
}
#menu_vert ul ul {
}
#menu_vert li {
	list-style: none;
        margin-bottom:7px;
}
#menu_vert li.currentpage {
}
#menu_vert li.menuactive {
/* replaced by image in ul ul */
	background: none;
}
#menu_vert li.menuactive ul {
}
#menu_vert li.activeparent {
}
/* 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;
	padding: 0;
/* this will be link color for all levels */
	color: #3484ad;
/* Fixes IE7 whitespace bug */
	min-height: 1em;
	text-decoration: none;
	background: transparent;
        line-height:130%;
        margin-bottom:10px;
}
/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
	font-size: 12px;
        font-weight:bold;

}
/* third level links, more padding */
div#menu_vert ul ul ul a {
	padding:0 0 15px 20px;
        font-size:12px;
}
/* hover state for all links */
div#menu_vert a:hover {
	background-color: transparent;
	color: orange;
	text-decoration: none;
}
div#menu_vert a.activeparent:hover {
}
/* active parent, that is the first level parent of a child page that is the current page */
div#menu_vert li.activeparent {
}
div#menu_vert li.activeparent a.activeparent {
}
div#menu_vert li a.parent {
}
div#menu_vert ul ul li a.parent {
}
div#menu_vert li a.parent span {
	display: block;
	margin: 0;
}
div#menu_vert li a.parent:hover {
}
div#menu_vert li a.parent:hover span {
	display: block;
}
div#menu_vert li a.menuactive.menuparent {
}
div#menu_vert ul ul li a.menuactive.menuparent {;
}
div#menu_vert li a.menuactive.menuparent span {
}
div#menu_vert li a.menuactive.menuparent:hover {
}
div#menu_vert ul ul li a.activeparent {
}
/* 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;
/* this will be link color for all levels */
	color: #000;
        font-weight:bold;
        padding:0;
        line-height:130%;
margin-bottom:10px;
/* instead of the normal font size for <h3> */
}
/* second level current pages, more padding  */
div#menu_vert ul ul h3 {
	color: #000;
        font-size:12px;
        font-weight:bold;
        font-family:Tahoma, Helvetica, sans-serif;
}
/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
	padding: 0 0 0 20px;
}
/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
div#menu_vert li.sectionheader {
	border-right: none;
	padding: 0;
	background: transparent;
	line-height: 1em;
	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 'Menu Subnav' */

