		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			width: 170px;
			margin:0px;
			padding:0px;
		}
		.vertical li a{
			display: block;
			width: 170px;
			text-decoration: none;
			height: 20px;
			font-size:130%;
			color:#9772B5;
			font-weight:bold;
		}
		.vertical li a:hover{
			display: block;
			width: 170px;
			text-decoration: none;
			height: 20px;
			font-size:130%;
			color:#EC018C;
			font-weight:bold;
		}
		.vertical li.hme a{
			width: 170px;
			height: 20px;
		}

		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: block;
			height: 20px;
			width:170px;
			margin-bottom:20px;
		}
		.vertical li li{
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.3em;
			margin-left: 130px;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			display: block;
			height: 15px;
			margin:0px;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
	font:bold 11px arial, 'sans serif'; /*This changes the font and height for the menu only */
			height: 15px;
			float: left;
			display: block;
			width: auto;
			color:#ffffff;
			padding: 0px 4px 0px 4px;
		}
		.horizontal li a:hover{
		color:#892134;
		background:#cccccc;
		}
		.horizontal .hme {
			height: 15px;
		}
		.horizontal li li a{
			border-top: none;
			height:20px;
					}
		.horizontal li ul{
			position: absolute; 
			margin-top: 20px;
			margin-left: 0px;
			width: 130px;
			border: none;
			display: inline;
			height: auto;
			border-top: 1px solid;
			*margin-top: 1.4em;  /* IE 6/7 only */
			*margin-left: -50px; 
		}

		.horizontal li li ul{/*3rd level menu items*/
			position: absolute;
			margin-top: .1em;
			margin-left: 130px;/*distance-Moz*/
			*margin-left: 0px;/*distance-IE*/
		}
		.horizontal li ul li {
		width: 130px;
			background-color:#cccccc;
			height:20px;
			border:#666666 1px solid;
			}
		.horizontal li ul li a{
		width: 115px;
			background-color:#cccccc;
			letter-spacing: normal;
		}
		.horizontal li ul li a:hover{
		width: 115px;
			color:#892134;
		}
		/*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*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*Other ( uploaded indicator image on menu button*/
		.menuindic{
			padding-left: 8px;
			background-color: transparent;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: white;
			color: black;
			border-color: black;
		}
		.blackwhite li a:hover{
			background-color: green;
			color: white;
			border-color: black;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: black;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}