/* ================================================================ 
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/variable_dl.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; 
	padding:0;
	margin:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
}

#menu li {
	display:block; 
	float:left; 
	position:relative; 
	z-index:100; 
	margin-right:1px;
	white-space: nowrap;
}

#menu li span {
	display:block; 
	z-index:100; 
	padding: 0px 17px;
}

#menu li a, #menu li a:visited {
	display:block; 
	padding:0;
}

#menu dl {
	position:absolute; 
	top:0; 
	left:0; 
	margin: 0; 
	padding: 0; 
	background: url(transparent.gif);
	z-index:100; 
}
#menu dt {
	margin:0; 
	float:left; 
	white-space: nowrap;
}
#menu dd {
	display:none; 
	background: transparent; 
	border-bottom:1px solid #6c7586; 
	clear:left; 
	margin:0; 
	padding:0; 
	color: #fff; 
	text-align:left;
	white-space: nowrap;
	font-size: 75%;
}

#menu dt a, #menu dt a:visited {
	display:block; 
	color:#c3c3c3; 
	padding:  0px 17px; 
	text-decoration:none;
}

#menu dd a, #menu dd a:visited {
	background: #0f1011; 
	color:#c3c3c3; 
	text-decoration:none; 
	display:block; 
	padding: 0px 17px;
}

#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 {
}

#menu li:hover dt a, #menu li a:hover dt a {
	color:#c3c3c3;
	border-bottom:2px solid #6c7586;
}

.active {
	border-bottom:2px solid #6c7586;
}
