.mlmmenu {
text-align: center;
}

		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			border-left: 0px solid;
			display: block;
			height: 1.2em;
text-align: center;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			height: 1.2em;
			float: center;
			display: block;
			padding: 2px 16px 3px 16px;
			border: 0px solid;
	 		border-left: none;
                        text-align: center;
font-family: tahoma;
font-size: 15px;
color: #FFFFFF;
background: #A7227E;
font-weight: 500;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 0px solid;
                        text-align: center;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 1.3em;
			margin-left: -1px;
			width: 104px;
			border: none;
			display: block;
			height: auto;
                        text-align: center;
			border-top: 0px solid;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 100px;
                        text-align: center;
padding: 5px;
		}
		.horizontal li ul li a{
		width: 100px;
font-size: 12px;
		}

.horizontal li a:hover {
background: #79920d;
color: #ffffff;
font-weight: 500;
}


		/*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 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;
		}
