/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
#menu span {
	font-family: arial, sans-serif;
	width: 570px;
	position: relative;
	font-size: 10px;
	float: left;
	margin-left: 25%;
	margin-top: 70px;
	z-index: 100;
}
#menu span ul li a, #menu span ul li a:visited {
	display: block;
	text-decoration: none;
	color: #8F6D3F;
	width: 70px;
	height: 18px;
	text-align: center;
	border: 1px solid #382614;
	background: #E4DBC5;
	line-height: 18px;
	font-size: 11px;
	overflow: hidden;
	font-weight: bold;
	vertical-align: middle;
	visibility: 80%;
}
#menu span ul {padding:0; margin:0;list-style-type: none; }
#menu span ul li {float:left; margin-right:1px; position:relative;}
#menu span ul li ul {display: none;}

/* specific to non IE browsers */
#menu span ul li:hover a {
	color: #8F6D3F;
	background: #F0E5D2;
}
#menu span ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
#menu span ul li:hover ul li a.hide {
	background: #F0E5D2;
	color: #fff;
}
#menu span ul li:hover ul li:hover a.hide {
	background: #F0E5D2;
	color: #000;
}
#menu span ul li:hover ul li ul {display: none;}
#menu span ul li:hover ul li a {
	display: block;
	background: #E4DBC5;
	color: #000;
}
#menu span ul li:hover ul li a:hover {
	background: #F0E5D2;
	color: #000;
}
#menu span ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
#menu span ul li:hover ul li:hover ul.left {left:-105px;}

