/* ================================================================ 
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;
	text-align: center;
	width: 570px;
	font-weight: bold;
	margin-left: 220px;
	background-color: #999;
	height: 27px;
	line-height: 145%;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
}

#menu li {
	position:relative;
	float:left;
	width:113px;
	height:27px;
	z-index:100;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	overflow: visible;
}

#menu li a, #menu li a:visited {text-decoration:none;}
#menu dl {
	top:0;
	left:0;
	width: 114px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	position: absolute;
	height: 27px;
	background-color: transparent;
}
#menu dt {
	width:114px;
	float:left;
	padding-bottom: 0px;
	height: 27px;
	margin: 0px;
}
#menu dd {
	display:none;
	background: transparent;
	clear:left;
	margin:0px;
	color: #039;
	text-align:center;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu dt a, #menu dt a:visited {
	display:block;
	color:#FFF;
	width:114px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 17px;
}
#menu dd a, #menu dd a:visited {
	color:#666;
	text-decoration:none;
	display:block;
	width:114px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #CCC;
	height: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-left: 0px;
	line-height: 100%;
	font-size: 0.65em;
}

#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 {
	width:114px;
	height: 27px;
}
#menu li:hover dt a, #menu li a:hover dt a {
	color:#FFF;
	background-color: #666;
	height: 17px;
	padding-top: 5px;
}
#menu dd a:hover {
	color:#2D3091;
	background-color: #8ED8F8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D3091;
}

