/* ================================================================ 
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_2.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 {
	font-family: arial, sans-serif; 
	width:550px; 
	height:25px; 
	position:relative; 
	margin: 0px 20px 0px 178px; 
	background:#80A33A; 
	border-top: 1px solid #ABDA4D;
	border-bottom: 1px solid #ABDA4D;
	border-left: 1px solid #ABDA4D;
	position:relative; 
	z-index:100;
	}
.menu ul {
	padding:0; 
	margin:0; 
	list-style-type: none;
	}
.menu ul li {
	float:left; 
	width:110px;
	}
.menu ul li a, .menu ul li a:visited {
	display:block; 
	float:left; 
	width:109px; 
	text-decoration:none; 
	padding:0 0 0 0px; 
	height:25px; 
	line-height:25px; 
	color:#FFFFFF; 
	background:#80A33A; 
	text-align:center;
	border-right: solid 1px #ABDA4D;
	}
.menu ul li ul a, .menu ul li ul a:visited{
	border-right: solid 1px #ffffff;
}

.menu ul li ul {
display: none; 
}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; 
	background:#ABDA4D;}

.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	width:444px; 
	top:25px; 
	left:0; 
	background:#FFFFFF; 
	color:#80A33A;
	}
.menu ul li:hover ul.right_side li {
	float:right; 
	border:0; 
	border-right:1px solid #ABDA4D;
	}
.menu ul li:hover ul.left_side li {
	float:left; 
	border:0; 
	border-left:1px solid #ABDA4D;
	}
.menu ul li:hover ul li a.hide {
	background:#ABDA4D; 
	color:#fff;
	}
.menu ul li:hover ul li:hover a.hide {
	background:#ABDA4D; 
	color:#fff;
	}
.menu ul li:hover ul li ul {
	display: none;
	}
.menu ul li:hover ul li a {
	display:block; 
	background:#FFFFFF; 
	color:#80A33A;
	}
.menu ul li:hover ul li a:hover {
	background:#FFFFFF; 
	color:#F34111;
	}
	
.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:0; 
	top:25px; 
	color:#F34111; 
	background:#ABDA4D;
	}

