#menu {
	position:relative;
	width: 205px;
	text-align: left;
	margin: 10px 0 0 150px;
	z-index: 1000;
	}

#menu a {
	display: block;
	width: 150px;
	text-decoration: none;
	padding: 3px 25px 3px 0;
	color: #3b271e;
	text-align: right;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

#menu a:hover{
	background: transparent url(/images/menu-li.gif) no-repeat center right;
	}

#menu a:active{
	color:#ffffff;
	}

#menu li {
	list-style-type: none;
	position: relative;
	}

#menu li ul {
	position: absolute;
	top: 0;
	left: 165px;
	display: none;
	}
	#menu li ul li ul { left: 160px; }

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li {float:left;height:1%;}
* html #menu ul li a {height:1%;}
/* End */

#menu ul ul, #menu ul ul ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	width: 100px;
	}
	#menu ul ul a {
		display: block;
		width: 150px;
		text-decoration: none;
		background: #e0dad0;
		padding: 3px 5px;
		color: #3b271e;
		text-align: left;
		font-weight: bold;
		border-bottom: 1px solid #3b271e;
		}
		#menu ul ul a:hover { background: #3b271e; color: #fff; }

div#menu ul ul, div#menu ul ul ul, div#menu ul li:hover ul ul, div#menu ul li:hover ul ul ul{
	display: none;
	}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul{
	display: block;
	}


/* MENU ON TEMPLATE PAGES */
.sub #menu {
	margin: 0 0 50px 0;
	}