		/*this is the css for the vertical version*/
		.vertical ul{
	list-style-type: none;
	padding: 0px;
	width: 245px;
	margin: 0px;			
		}
		.vertical li a{
	display:block;
	width: 245px;
	height: 30px;
	background: url("rollover-image.jpg") 0 0 no-repeat;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B5B7B6;
	font-weight: bold;
	text-align: left;
	text-indent: 50px;
	letter-spacing: 0.1em;
	left: 5px;
	float: no;
	vertical-align: middle;
		}
		.vertical li a:hover{
	display: block;
	width: 245px;
	height: 30px;
	text-decoration: none;
	background: url("rollover-image.jpg") 0 0 no-repeat;
	background-position: 0 -30px;
	text-decoration: none;
	;
	color: #E0E1DC;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
			height: 30px;

		}
		.vertical li ul{
			position: absolute;
			margin-top: -30px;
			margin-left: 245px;
			height: 30px;

		}
				.sub li a{
	display:block;
	width: 199px;
	height: 26px;
	background: url("rollover-image.gif") 0 0 no-repeat;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #55575C;
	text-align: left;
	text-indent: 3px;
	letter-spacing: 0em;

		}
		.sub li a:hover{
	display:block;
	width: 199px;
	height: 26px;
	background: url("rollover-image.gif") 0 0 no-repeat;
	background-position: 0 -26px;
	text-decoration: none;
	color: #D10A0A;

		}

		/*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;
		}

