		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			border-top: 0px solid;
			width: 340px;
			margin-left: 0px;
			margin-top: -2px;
		}
		.vertical li a{
			display: block;
			width: 340px;
			text-decoration: none;
			height: 21px;
			padding: .1em 1px;
			border: 1px solid;
			border-width: 0px 0px 0px 1px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -20px;
			margin-left: 200px;
		}
		
		.vertical li ul li ul{
			margin-left: 320px;
		}
		
		.vertical .firstLevel {
			width: 211px;
		}
		
		.noPointer {
			cursor: default;			
		}
		
		.icon {
			float: left;
			border: none;
			margin: 2px;
		}
		
		/*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{
			background-color: #f3f3f3;
			color: #666666;
			border-color: #ffc14c;
			line-height: 18px;
			height: 18px;
		}
		
		.blackwhite li a:hover{
			background: #ffc14c;
			border-color: #ffc14c;
		}
		.blackwhite ul{
			border-color: red;
		}
		

		.tx-dammenu-pi1 .mlmenu ul .haschild li .light {
			background: #F3F3F3;
		}
		
		.tx-dammenu-pi1 .mlmenu ul .haschild li a:hover {
			background: #FFC14C;
		}
		
		.tx-dammenu-pi1 .mlmenu ul .haschild li .dark {
			background: #E5E5E5;
		}