/* ================================================================ 
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.stunicholls.com/menu/pro_dropline_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav {
	height:2.5em;
	position:relative; 
	z-index:50;
}
#nav .select {
	margin:0; 
	padding:0; 
	list-style:none; 
	white-space:nowrap;
}
#nav li {
	float:left; 
}
#nav .select a {
	display:block; 
	height:2.5em; 
	float:left; 
	background-color:white;
	padding:0.2em 0.9em 0.2em 0.7em; 
	text-decoration:none; 
	line-height:1.2em; 
	white-space:nowrap;
	color:#003F84;
	font-size:0.8em;
	text-transform:uppercase;
}
#nav .select a b {
	display:block; 
	padding:0.2em 0.9em 0.2em 0.7em;  
	background-color:white;
}
#nav .select li:hover a, #nav .select li a.current {
	cursor:pointer; 
	color:#999999;
}
#nav .select li:hover a b {
	display:block; 
	cursor:pointer;
}
#nav .sub {
	display:none; 
	margin:0; 
	padding:0 1.0em 0 1.0em;
	list-style:none;
}
#nav .subactive {
	margin:0; 
	padding:0 1.0em 0 1.0em;
	list-style:none;
}
#nav .sub li {
	padding:0 0.2em 0 0.2em;
	}
#nav .select li:hover .sub {
	height:1.1em; 
	display:block; 
	position:absolute; 
	float:left; 
	width:59.3em; 
	top:1.5em; 
	left:0; 
	text-align:center;
	z-index:999;
	background-color:#FFFFFF;
}
#nav .select li .subactive {
	height:1.1em; 
	display:block; 
	position:absolute; 
	float:left; 
	width:59.3em; 
	top:1.5em; 
	left:0; 
	text-align:center;
	z-index:600;
}
#nav .select li:hover .sub li a, #nav .select li .subactive li a {
	display:block;
	height:1.5em; 
	line-height:1.0em; 
	float:left; 
	white-space:nowrap; 
	color:#999999;
	font-size:0.8em;
}
#nav .select li:hover .sub li a:hover, #nav .select li:hover .subactive li a:hover, #nav .select li .subactive li a.current {
	color:#999999; 
	text-decoration:underline;
}

