/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
	width: 213px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

	#menu_vert ul {
		width: 213px;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}

		#menu_vert li {
			width: 213px;
			margin: 0px;
			padding: 0px;
			float: left;
			clear: left;
		}

			div#menu_vert a {
				width: 203px;
				padding: 10px 5px;
				float: left;
				border-bottom: 1px dotted #B42011;
				text-decoration:none;
				color: #B42011;
				font-size: 1.6em;
			}

			/* hover state for all links */
			div#menu_vert a:hover, div#menu_vert li.currentpage a {
			   background-color: #FEF1F0;
			}

/* section header */
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;
}

/* separator */
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; /* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */

