	/*this is the css for the vertical version*/
	.vertical ul{
		list-style-type: none;
		padding: 0px;
		border-top: 0px;
		width:170px;
		margin-left:0px;
		margin-top:0px;
	}
	.vertical li a{
		display: block;
		width:170px;
		text-decoration: none;
		height: 1em;
		padding: .0em 0px;
		border: 0px;
		border-top: 0px;
		margin-left:0px;
	}
	.vertical li{
		/*Needed for IE. Don't ask me why, It was a lucky guess.*/
		display: inline;
		margin-left:0px;
	}
	.vertical li ul{
		position: absolute;
		margin-top: -3.2em;
		margin-left: 170px;
		border: 1px solid #747e30;
	}


	/*colors for menu*/
	.menuback li a{
		background-image:url(/graphics/menufade.jpg);
		background-color: #ccc46e;
		background-repeat: repeat-x;
		border-bottom:5px solid #e1e1b2;
		height:35px; 
		text-align:center;
	}
	.menuback li a:hover{
		background-image:url(/new/graphics/menufade.jpg);
		background-color: #ccc46e;
		background-repeat: repeat-x;
		border-bottom:5px solid #e1e1b2;
		height:35px; 
		text-align:center;
	}
	.menuback ul{
		border: 0px;
	}


	/*custom css*/

	a.menu { 
		font-family:arial,verdana,sans-serif;
		color:#8c6b18;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
	}
	a.menu:visited {
		color: #8c6b18; text-decoration:none;
	}
	a.menu:active {
		color: #f0efd4;
		text-decoration:none;
	}
	a.menu:hover {
		color: #f0efd4;
		text-decoration:none;
	}

	.space {
		font-family:verdana,arial,sans-serif;
		color:#452e22;
		font-size:8px;
		font-weight:normal;
		margin-top:0px;
		margin-bottom:0px;
	}
	.space2 {
		font-family:verdana,arial,sans-serif;
		color:#452e22;
		font-size:2px;
		font-weight:normal;
		margin-top:0px;
		margin-bottom:0px;
	}


	