<style type="text/css">
/* ================================================================ 
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_definition.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.
=================================================================== */
.dd-menu li dl {
	position:absolute;
	top:0;
	left:0;
}

.dd-menu li dd {
	display:none;
}

.dd-menu li:hover {
	border:0;
}

.dd-menu li:hover dd {
	display:block;
}

.dd-menu table {
	border-collapse:collapse;
	font-size:1em;
	margin:-1px;
	padding:0;
}

.dd-menu dl {
	text-align:left;
	cursor:pointer;
	margin:0;
	padding:0;
}

.dd-menu dt {
	padding-left:10px;
	color:#fff;
	margin:0;
}

.dd-menu dd {
	position:absolute;
	color:#fff;
	font-size:1em;
	background:#213b50;
	text-align:left;
	margin:0;
	padding:0;
}
</style>
