/* ================================================================ 
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 {
	width:980px;
	position: absolute;
	z-index: 100;
	background-color: #ad9c6f;
	left: 0px;
	padding-left: 30px;
}
#menu ul {
	list-style: none;
}
#menu ul li {
	float:left;
	position:relative;
}
#menu ul li ul {
	display: none;
}

#menu ul li a, #menu ul li a:visited  {
	color: #FFF;
	padding: 5px 7px;
	margin-right: 4px;	
	display:inline;
	text-decoration:none;
	height:20px;
	background:#AD9C6F;
	line-height:20px;
	font-size:11px;
	overflow:hidden;
	float:left;
	font-weight: normal;
}



	
	

/* specific to non IE browsers */
#menu ul li:hover a {
	background: #949e00 url(../images/nav_bgrnd.gif) top left repeat-x;
	text-decoration: none;
	color: #FFF;
}

#menu ul li.active a {
	background: #949e00 url(../images/nav_bgrnd.gif) top left repeat-x;
	color: #FFF;
	}

#menu ul li:hover ul {
	display:block;
	position:absolute;
	top:30px;
	left:0;
	z-index: 100;
}
#menu ul li:hover ul li a.hide {
	background:#949e00;
	color:#fff;
}
#menu ul li:hover ul li:hover a.hide {
	background:#949e00;
	color:#000;
		z-index: 100;

}
#menu ul li:hover ul li ul {
	display: none;
		z-index: 100;

}
#menu ul li:hover ul li a {
	display:block;
	background:#949e00;
	color:#fff;
	width:200px;
	border-bottom: solid 1px #fff;
		z-index: 100;

}

#menu ul li:hover ul li a:hover {
	background:#c1c700;
	color:#FFF;
		z-index: 100;

}
#menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:105px;
	top:0;
		z-index: 100;

}
#menu ul li:hover ul li:hover ul.left {
	left:-105px;
		z-index: 100;

}
