/* ================================================================ 
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 {
	padding-left:72px;
	margin-top:2px;
	border-bottom: thin solid #014a7f;
}
.menu {
	width:55em;
	position:relative;
	z-index:100;
	font-family:"Lucida Grande", "Lucida Sans Std", Verdana;
	font-size: 1em;
	height: 30px;
}
.menu ul li a {
	background:#fff;
	color:#000;
	display:block;
	font-size:1em;
	line-height:30px;
	list-style:none;
	list-style-image: url(none);
	list-style-type: none;
	overflow:hidden;
	padding: 0 20px;
	text-align:left;
	text-decoration:none;
}
.menu ul {
	padding:0;
	margin:0;
	list-style: none;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li ul {
	display: none;
}
/* specific to non IE browsers */
.menu ul li:hover a {
	color:#000;
	background:#dff1e6;
	background-image: url(../images/menubgrev.gif);
	background-repeat: repeat-x;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:30px;
	left:0;
	width:12em;
	border-bottom:solid thin #014a7f;
}
.menu ul li:hover ul li a.hide {
	background:#6a3;
	color:#fff;
}
.menu ul li:hover ul li:hover a.hide {
	background:#b4dfcb;
	color:#000;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display:block;
	background:#fff;
	color:#000;
	width:10em;
	border:solid #014a7f;
	border-width:0 1px 0 1px;
	line-height:1.6em;
}
.menu ul li:hover ul li a:hover {
	width:10em;
	background:#b4dfcb;
	color:#000;
	background-image: url(../images/menubgrev.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}
