/* ================================================================ 
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 */
.nav {
	font-family: arial, helvetica, sans-serif;
	font-size:12px; 
	z-index:100;
	width: 900px;
	margin: 0 auto;

}

.nav ul li a, .nav ul li a:visited {
	text-decoration: none; 
	color:#779933;
	text-align:center; 
	overflow:hidden;
	padding:4px 4px 2px 6px;
	display:block;
	width:65px;
	height:14px;
}

.nav ul {
	padding:0; 
	margin:0; 
	list-style: none;
}

.nav ul li {
	float:right; 
	position:relative;
	text-decoration:none;
}

.nav ul li ul {display: none;}

/* specific to non IE browsers */
.nav ul li:hover a {
	display:block;
	background-color:#eee;
	text-decoration:underline;
	color: #ac6;
}

.nav ul li:hover ul {
	display:block; 
	position:absolute; 
	top:20px; 
	left:0; 
}

.nav ul li:hover ul li a.hide {
	color:#779933;
}

.nav ul li:hover ul li:hover a.hide {
	color:#779933;
}

.nav ul li:hover ul li ul {display: none;}
.nav ul li:hover ul li a {

	color:#779933;
	text-decoration:none;
}

.nav ul li:hover ul li a:hover {
	color:#779933;
	text-decoration:underline;
	background-color:#cccccc;

}

.nav ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:105px; 
	top:0;
}

.nav ul li:hover ul li:hover ul.left {left:-105px;}

