@charset "UTF-8";
/* CSS Document */
/* ================================================================ 
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; /* settings for this demo olnly */
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #21459D;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu li {
	display:block; 
	float:left; 
	position:relative; 
	z-index:100; 
	margin-right:1px;
}
#menu li span {
	display:block;
	z-index:100;
	font-size:.75em;
/*  background-color: #21459D; */
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#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(../imgs/spacer.gif);
}
#menu dt {
	margin:0;
	font-size: .75em;
	/*  border-bottom:1px solid #fff; */
	float:left;
	/*  background-color: #21459D; */
	background-color: transparent;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#menu dd {
	display:none;
	background: transparent;
	clear:left;
	margin:0px;
	padding:0px;
	/*color: transparent;*/
	font-size: 0.75em;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
}
#menu dt a, #menu dt a:visited {
	display:block;
	color:#FFCC33;
	text-decoration:none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#menu dd a, #menu dd a:visited {
	color:#FFCC33;
	text-decoration:none;
	display:block;
	background-color: #21459D;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#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-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #996633;  */
}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {
	color:#000000;
	background-color: #BFFCBF;
	
}
