	.mlmenu ul li a
	{
      background-color: silver;
      color: #333;
      padding: 2px 4px;
      margin: 1px 0px 1px 1px;
    }
		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			padding-bottom: -.5em;
		  background-color: white;
		}
		.vertical ul li a
		{
	      background-color: darkred;
    }
		.vertical li a{
			display: block;
			width: 180px;
			text-decoration: none;
			padding: .1em 1px;
		}
		.vertical li ul li a{
			display: block;
			width: 200px;
		}
		.vertical li ul{
			margin-left: 180px;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.5em;
			margin-left: 150px;
		}


		/*this is the css for the horizontal version*/
		.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%;
		color: white;
		}
		.arrow a:hover span{
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
