<style type="text/css">

#nav {margin:20px 0 80px 0;}

#nav {
	width:760px;
	height:20px;
	position:relative;
	background-color: #CCCC00;
}

#nav .select, #nav .current {
	margin:0;
	padding:0;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
}

#nav li {display:inline; margin:0; padding:0; height:auto;}

#nav .select a,
#nav .current a {
	display:block;
	height:20px;
	float:left;
	padding:0 10px 0 10px;
	text-decoration:none;
	font-size:11px;
	line-height:20px;
	white-space:nowrap;
	color:#000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCC00;
	background-color: #CCCC00;
}
* html #nav .select a, * html #nav .current a {width:1px; height:21px;}


#nav .select a:hover, 
#nav .select li:hover a {
	cursor:pointer;
	color:#CCCC00;
	background-color: #000000;
}

#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:#CCCC00;
	background-color: #6A6A00;
}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {
	color:#CCCC00;
	background-color: #000000;
}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {
	color:#CCCC00;
	background-color: #6A6A00;
}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {
	display:block;
	position:absolute;
	width:760px;
	top:20px;
	left:0;
	margin-top:0;
	padding:0;
	z-index:100;
	color:#fff;
	font-size:11px;
	background-color: #000000;
}

#nav .sub, #nav .sub_active {
	margin:0;
	padding:0;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
}

#nav .sub_active {
	display:block;
	position:absolute;
	width:760px;
	top:20px;
	left:0;
	background:#6A6A00;
	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-t\op:1px;}

#nav .sub_active a {
	height:21px;
	text-decoration:none;
	line-height:20px;
	white-space:nowrap;
	display:block;
	float:left;
	background:#6A6A00;
	padding:3px 10px 1px 10px;
	margin:0;
	font-size:12px;
	white-space:nowrap;
	border:0;
	color:#fff;
}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {
	display:block;
	padding:3px 10px 2px 10px;
	margin:0;
	white-space:nowrap;
	border:0;
	color:#fff;
	font-size:12px;
	background-color: #000000;
}
</style>
