/* ================================================================ 
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 {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
	float: right;
}
 
#menu li {
	display:block; 
	float:left; 
	position:relative; 
	z-index:100; 
	color: #fff;
	background: url(../cssimg/nav-sep.gif) top left no-repeat;
	font-size: 1.4em;
	
}
#menu li span {
	display:block; 
	z-index:100; 
	color:#2383b3;
	padding: 15px 7px 20px 8px;
}

#menu li a, #menu li a:visited {
	display:block; 
	padding:0;
}
 
#menu dl {
	position:absolute; 
	top:0; 
	left:1px; 
	margin: 0; 
	padding: 0; 
	background: url(../cssimg/transparency.gif);
}
#menu dt {
	float:left; 
}
#menu dd {
	display:none; 
	background: #FFFFFF ; 
	border:1px solid #626d42; 
	clear:left; 
	margin:0; 
	padding:0; 
	color: #626d42; 
	text-align:left;
}
 
#menu dt a, #menu dt a:visited {
	display:block; 
	color:#fff; 
	text-decoration:none;
	padding: 15px 7px 20px;
	white-space: nowrap; 
}
#menu dd a, #menu dd a:visited {
	color:#626d42; 
	text-decoration:none; 
	display:block; 
	padding: 4px 10px;
	white-space: nowrap; 

	background: #fff;
}
 
#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 dd a:hover {
	background: #c9c6a8; 
	color:#626d42;
}
#menu li:hover dt a, #menu li a:hover dt a, #menu li a dt a.active {
	background: url(../cssimg/nav-bg.gif) repeat-x top;
	color:#626d42;
}

#menu li:hover dt a.last, #menu li a:hover dt a.last {
	background: url(../cssimg/nav-bg-last.gif) no-repeat top right !important;
}

#menu li dt a.activeLast, #menu li a dt a.activeLast {
	background: url(../cssimg/nav-bg-last.gif) no-repeat top right !important;
}

