/* ================================================================ 
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/drop_definition4.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.
=================================================================== */
#menu {
	list-style-type:none;
	margin:0px 50 0px 0px;
	padding:1 0 0;
	float: right;
}

#menu li {
	float:left;
	padding:0;
	margin:0 1px 0 0;
	position:relative;
	width:125px;
	height:1px;
	z-index:100;
	font-size: .75em;
}
#menu li a, #menu li a:visited {text-decoration:none;}

#menu dl {
	position:absolute;
	top:0;
	left:0;
	width: 125px;
	margin: 0;
	padding: 0;
	background: transparent url(graphics/blank.gif);
}
#menu dt {
	background: #BAD0E7;
	margin:0;
	font-size: 1em;
	width:125px;
	float:left;
	padding-top: 2px;
	font-weight: 700;
	color: #738635;
}
#menu dd {
	display:none;
	background: transparent;
	border-bottom:1px solid #AAC28A;
	clear:left;
	margin:0;
	padding:0;
	color: #fff;
	font-size: 1em;
	text-align:left;
}

#menu dt a, #menu dt a:visited {
	display:block;
	color:#545C25;
	width:125px;
	font-size: .95em;
	text-align: center;


	padding: 0px border-bottom:10px solid #AAC28A;
}
#menu dd a, #menu dd a:visited {
	background:#E4ECF1;
	color:#000000;
	text-decoration:none;
	display:block;
	width:125px;
	font-size: 0.65em;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {
	border-bottom:10px solid #6D8031;
}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {
	background: #BAD0E7;
	color:#534;
}
#menu li:hover dt a, #menu li a:hover dt a {	border-bottom: 10px solid #6D8031;}

