		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			width: 158px;
		}
		.vertical li a{
			text-indent:10px;
			display: block;
			width: 158px;
			text-decoration: none;
			height: 1em;
			padding: 0px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
			list-style:none;
		}
		.vertical li ul{
			position: absolute;
			margin-top: 24px;
			margin-left: 200px;
			list-style:none;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			display: block;
			line-height:24px;
		}
		.horizontal li{
			float: left;
			display: inline;

		}
		.horizontal li a{
			text-decoration: none;
			height: 24px;
			float: left;
			display: block;
			width: 158px;
			padding: 0px;
			text-indent:10px;
		}
		.horizontal li li a{
			text-indent:10px;
		}
		.horizontal li ul{
			position: absolute; 
			left:0px;
			margin-top: 24px;
			width: 158px;
			border: none;
			background:url(img/featureBG.gif) top;
			display: none;

		}
		.horizontal li li ul{
			position: absolute;
			margin-top: 0px;
			margin-left: 130px;
			background:#321e52;
			display: none;
			border:1px solid white;
		}
		.horizontal li ul li a{
			width: 158px;
			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*/
		/*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;
		}
		/*colors for menu*/
		.blackwhite li a{
			font-size:11px;
			color: #fff;
		}
		
		.listFooter{background:url(img/featureBG.gif) bottom;height:10px;width:158px;display:block;}
		
		.blackwhite li a:hover{
			color:#993399;

		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}
		
		
		
		
		/*this is the css for the horizontal version*/
		.horizontal2 ul{
			list-style-type: none;
			padding: 0px;
			display: block;
			line-height:24px;
		}
		.horizontal2 li{
			float: left;
			display: inline;

		}
		.horizontal2 li a{
			text-decoration: none;
			height: 24px;
			float: left;
			display: block;
			width: 158px;
			padding: 0px;
			text-indent:10px;
		}
		.horizontal2 li li a{
			text-indent:10px;
		}
		.horizontal2 li ul{
			position: absolute; 
			left:0px;
			margin-top: 26px;
			width: 160px;
			border: none;
			background:#4a3173;
			display: none;

		}
		.horizontal2 li li ul{
			position: absolute;
			margin-top: 0px;
			margin-left: 130px;
			background:#000000;
		}
		.horizontal2 li ul li a{
			width: 158px;
			display:block;
		}