#mMenu a:link,#mMenu a:visited {color:#FFFFFF}
#mMenu a:hover {color:#f7cc33;}

		/*this is the css for the vertical version*/
		.vertical ul{
	list-style-type: none;
	padding: 0px;
	border-top: 0px solid;
	width: 182px;
	background-color: #A35A60;
	margin-left: 2px;
		}
		.vertical li a{
	display: block;
	width: 182px;
	text-decoration: none;
	height: 1em;
	line-height: 20px;
	padding-top: 0.1em;
	padding-right: 1px;
	padding-bottom: 0.1em;
	padding-left: 1px;
	background-color: #A35A60;
		}
		.vertical li{
	/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
	background-color: #A35A60;
		}
		.vertical li ul{
	position: absolute;
	margin-top: -24px;
	margin-left: 182px;
	width: 240px;
		}
		
		.vertical li ul li, .vertical li ul a, .vertical li ul ul li, .vertical li ul ul a{
		width: 240px;
		}
				.vertical li ul ul{
	position: absolute;
	margin-top: -24px;
	margin-left: 240px;
	width: 240px;
		}
		/*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    /*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
a.expand  {
	background-image: url(images/navarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
		}
		.arrow a:hover span{

		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
	background-color: #A35A60;
	color: #FFFFFF;
	line-height: 22px;
	height: 22px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #89494D;
	text-indent: 15px;
		}
		.blackwhite li {
		
	/*background-image: url(images/navdot.gif);
	background-repeat: no-repeat;
	background-position: 0px center;*/
		}
		.blackwhite li a:hover{
	background-color: cc6633;
	color: f7cc33;
		}
		.blackwhite ul{
			border-color: black;
		}

#mMenu{

}

#container {
			height: 780px;
			margin-top:350px;
		}
		
		#floatingmenu {
			position: relative;
			margin-left:15px;
			margin-top:20px;
			padding-bottom:15px;
		}
