		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0;
			width: 204px;
			margin: 0;
			position: relative;
		}
		.vertical li a{
			list-style-type: none;
			display: block;
			width: 200px;
			text-decoration: none;
			height: 1.75em;
			padding: 0;
			color: gray;
			padding-top: 5px;
			font-family: verdana;
			font-size: 12px;
			padding-bottom: 0px;
			margin-bottom: 0;

		}
		.vertical li{
			list-style-type: none;
			position: relative;
			padding: 0px 0px 0px 15px;
			margin-bottom: -1px;
		} 
		.vertical li:first-child>a{
		}
		.vertical a.first{
		}
		.vertical li ul{
			list-style-type: none;
			position: absolute;
			top: -1px;
			left: 203px;
		}
		.vertical.left ul ul ul,.vertical .left ul{
			left: -203px;
		}
		
		/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
		.mlmenu li ul{
			display: none;
		}
		.mlmenu li:hover>ul{

			display: block;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		.accessible li ul{
			display: block;
		}
		/*Code to show an element has a child*/
		.mlmenu.plus li a:first-child:not(:last-child):after{
			content: '+';
		}
		.plus a span{
			padding-left: .5em;
		}
		.noshow{
			visibility: hidden;
		}
		/*colors for menu*/
		.purplewhite li a{
			background-color: #5b1065;
			color: white;
			height: 23px;
			padding-top: 4px;
			padding-left: 7px;
			padding-bottom: 0px;
			margin-left: -15px;
		}
		.purplewhite li a:hover,.purplewhite li a.first:hover{
			background-color: #9c2373;
			color: white;
			padding-top: 4px;
			padding-left: 7px;
		}
		
		
		 .trail a:hover {
			 background-color: #9c2373;
			color: white;
			padding-top: 4px;
			 padding-left: 15px;
			margin-left: -15px;
}
		 
		 
		  .trail a#sectionNavOn, .trail a:hover#sectionNavOn{
			background-color: #9c2373;
			color: white;
			padding-top: 4px;
			padding-left: -20px;
			margin-left: -15px;
		}
		
		 a#sectionNavOn{
			color: #9c2373;
			text-decoration: none;
			padding: 5px 15px 0px 20px;

			font-family: verdana;
			font-size: 12px;
			width: 170px;
		}
		.purplewhite ul li a:hover#sectionNavOn {
			color: white;
			text-decoration: none;
		}
		.purplewhite li:first-child>a:hover{
			background-color: #9c2373;
			color: white;
		}
		.purplewhite ul{
			background-color: #5b1065;
			margin-left: -15px;

		}
		
