#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

/* the styling */
#nav {
	width:720px;
	height:20px;
	position:relative;
	margin-top:25px;
	
	
	
}

#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;
	height:18px;
	float:left;
	text-decoration:none;
	line-height:15px;
	white-space:nowrap;
	color:#666666;
	background-color: #FFFFFF;
	font-size:14px;
	padding-top: 0;
	padding-right: 21px;
	padding-bottom: 0;
	padding-left: 0px;
	padding-top:5px;
	padding-bottom:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #c5c7c2;
	border-right-color: #c5c7c2;
	border-bottom-color: #c5c7c2;
	border-left-color: #c5c7c2;
	font-variant: normal;
	text-transform: uppercase;
	
	
}
* html #nav .select a, * html #nav .current a {width:1px; height:21px;}


#nav .select a:hover, 
#nav .select li:hover a {
	cursor:pointer;
	color:#3E0E0C;
}

#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:#000000;
}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {
	color:#3E0E0C;
	font-size:14px;
	text-decoration:underline;
	
}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {
	color:#666666;

}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {
	display:block;
	position:absolute;
	width:720px;
	top:30px;
	left:0;
	margin-top:0;
	padding:0;
	z-index:100;
}

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}

#nav .sub_active {
	display:block;
	position:absolute;
	width:750px;
	top:20px;
	left:0;
	margin-top:0;
	padding:0;
	z-index:10;
	color: #666666;
}
* 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:21px;
	text-decoration:none;
	line-height:20px;
	white-space:nowrap;
	display:block;
	float:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin:0;
	font-size:16px;
	white-space:nowrap;
	border:0;
	
	
}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {
	display:block;
	font-variant: normal;
	text-transform: none;
	margin:0;
	white-space:nowrap;
	border:0;
	color:#3E0E0C;
	font-size:14px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

