@charset "utf-8";
/* CSS Document */
<style type="text/css">
#info {height:400px;}

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

#nav {
	margin:0px 0 52px 0;
	float:left;
	width:1024px;
	height:auto;
	background:#444 ;
	position:absolute;
}

#nav .select, #nav .current {margin:0; padding:0; list-style:none; display:block;}

#nav li {display:inline; margin:0; padding:0;height:auto;}

#nav .select a,
#nav .current a {
	display:block;
	height:21px;
	float:left;
	padding:0 0 0 3px;
	border-bottom:1px solid #444;
	text-decoration:none;
	font-size:12px;
	line-height:20px;
	white-space:nowrap;
	margin-left:2px;
}
* html #nav .select a, * html #nav .current a {width:1px;}

#nav .select a b {
	height:100%;
	display:block;
	padding:0 6px 0 3px;
	color:#FFF;
}

#nav .current a b {
	height:100%;
	display:block;
	padding:0 6px 0 3px;
	color:#FFF;
	background-color: #0C4E94;
}

#nav .select a:hover, 
#nav .select li:hover a {
	border-color:#046;
	cursor:pointer;
	background-color: #AAA;
	border-bottom:1px solid;
	border-bottom-color:#0C4E94;
}

#nav .select a:hover b, 
#nav .select li:hover a b {
	border-color:#046;
	color:#0C4E94;
	font-style: normal;
}

#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0; font-size:11px;}

#nav .current a {
	border-color:#046;
}
#nav .current a b {
	color:#AAAAAA;
}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {
	color:#AAAAAA;
	font-size: 12px;
	font-weight: normal;
}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {
	color:#AAAAAA;
	text-decoration:none;
	font-size: 12px;
	font-weight: normal;
}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {
	display:block;
	position:absolute;
	width:1024px;
	top:21px;
	left:0;
	background:#0C4E94;
	margin-top:1px;
	padding:0;
	z-index:100;
	border-bottom-color: #0C4E94;
}

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}
#nav .sub_active {
	display:block;
	position:absolute;
	width:1024px;
	top:21px;
	left:0;
	margin-top:1px;
	padding:0;
	z-index:10;
	background-color: #0C4E94;
}
* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}

#nav .sub_active a {
	height:25px;
	float:left;
	text-decoration:none;
	line-height:24px;
	white-space:nowrap;
	font-weight:normal;
}
#nav .sub_active a, 
#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {
	display:inline;
	padding:0 10px;
	margin:0;
	font-size:12px;
	width:auto;
	white-space:nowrap;
	font-weight:normal;
	border:0;
	color:#FFF;
	height:25px;
	line-height:24px;
	background-color: #0C4E94;
}
</style>
