#info {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif
}

/* ================================================================ 
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/simple_dropline.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.
=================================================================== */
/* for this demo only */
#nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* the styling */
#nav {
	width:768px;
	height:27px;
	background:#006;
	position:relative;
}

#nav .select, #nav .current {margin:0; padding:0; list-style:none;}

#nav li {display:inline; margin:0; padding:0; height:auto;}

#nav .select a,
#nav .current a {
	display:block;
	float:left;
	text-decoration:none;
	font-size:10px;
	line-height:27px;
	white-space:nowrap;
	border-right:1px solid #fff;
	color:#fff;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #006;
}
* html #nav .select a, * html #nav .current a {
	width:1px;
	height:27px;
}


#nav .select a:hover, 
#nav .select li:hover a {
	background:#900;
	cursor:pointer;
	color:#FFF;
}

#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0;}

#nav .current a {
	color:#FFF;
	background-color: #900;
}

#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {
	background:#006;
	color:#FFF;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {
	background:#900; 
	color:#FFF;

}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {
	display:block;
	position:absolute;
	width:768px;
	top:28px;
	left:0;
	margin-top:0;
	padding:0;
	z-index:100;
	color:#fff;
	font-size:10px;
	background-color: #900;

}

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}

#nav .sub_active {
	display:block;
	position:absolute;
	width:768px;
	top:20px;
	left:0;
	background:#900;
	margin-top:0;
	padding:0;
	z-index:10;

}
* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-top:1px;}

#nav .sub_active a {
	height:27px;
	text-decoration:none;
	line-height:27px;
	white-space:nowrap;
	display:block;
	float:left;
	background:#900;
	padding:5px 5px 5px 5px;
	margin:0;
	font-size:10px;
	white-space:nowrap;
	border:0;
	color:#fff;
	
}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {
	display:block; 
	background:#900; 
	padding:5px 5px 5px 5px; 
	margin:0; 
	white-space:nowrap; 
	border:0; 
	color:#fff; 
	font-size:10px;
	border-right:1px solid #fff;

	}

