#nav {
	padding:0; 
	margin:0 0 0 40px; 
	list-style:none; 
	line-height: 26px; 
	height:26px; 
	background:#fff;
	position:relative; 
	z-index:200; 
	font-family: Trebuchet MS, tahoma, verdana, sans-serif; 
	width: 740px;
}

#nav li.top {
	display:block; 
	float:left; 
	margin-right: 18px;
}

#nav li a.top_link {
	display:block; 
	float:left; 
	height:35px; 
	line-height:33px; 
	color:#ccc; 
	text-decoration:none; 
	font-size:11px; 
	padding:0 0 0 25px; 
	cursor:pointer;
}

#nav li a.top_link span {
	float:left; 
	display:block; 
	padding:0 25px 0 0; 
	height:35px;
}

#nav li a.top_link span.down {
	float:left; 
	display:block; 
	padding:0 25px 0 0; 
	height:35px;
}

#nav li.current a.top_link {
	color:#ff0;
}

#nav a.down {
	background-color: #ffffff; 
	color: #ADB1A3; 
	font-weight: bold; 
	text-decoration: none; 
	height: 35px; 
	font-size:15px;
}

#nav a.down2 {
	background-color: #ffffff; 
	color: #94875a; 
	font-weight: bold; 
	text-decoration: none; 
	height: 35px; 
	font-size:15px;
}

#nav a:hover.down {
	background-color: #ffffff; 
	color: #02705F; 
	font-weight: bold; 
	text-decoration: none; 
	height: 35px; 
	font-size:15px;
}

#nav a:hover.down2 {
	background-color: #ffffff; 
	color: #02705F; 
	font-weight: bold; 
	text-decoration: none; 
	height: 35px; 
	font-size:15px;
}

#nav a.current {
	background-color: #ffffff; 
	color: #02705F; 
	font-weight: bold; 
	text-decoration: none; 
	height: 35px; 
	font-size:15px;
}

#nav li:hover a.top_link, #nav a.top_link:hover{
	color:#fff;
}

#nav li:hover a.top_link span, #nav li:hover a.top_link span.down, #nav a.top_link:hover span.down{
	padding-bottom:3px;
}

#nav li.current:hover a.top_link, #nav li.current a.top_link:hover{
	color:#ff0;
}

#nav li.current:hover a.top_link span, #nav li.current:hover a.top_link span.down, #nav li.current a.top_link:hover span.down{
	padding-bottom:3px;
}

#nav table {
	border-collapse:collapse; 
	padding:0; 
	width:0; 
	height:0; 
	margin:0 -20px 0 0;
}

#nav .sub {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}

#nav li:hover {
	position:relative; 
	z-index:200;
}

#nav a:hover {
	position:relative; 
	white-space:normal; 
	z-index:200;
}

img{
	border: 0;
}

#nav :hover ul.sub{
	left:1px; 
	top:26px; 
	background: #ffffff; 
	padding:3px; 
	border:1px solid #fff; 
	white-space:nowrap; 
	width:180px; /*width:150px; */
	height:auto; 
	z-index:300; 
	filter:alpha(opacity=80); 
	-moz-opacity: 0.80; 
	opacity: 0.80;
}

* html #nav :hover ul.sub{
	left:1px; 
	top:18px; 
	background: #ffffff; 
	padding:3px; 
	border:1px solid #fff; 
	white-space:nowrap; 
	width:180px; /*width:150px; */
	height:auto; 
	z-index:300; 
	filter:alpha(opacity=80); 
	-moz-opacity: 0.80; 
	opacity: 0.80;
}

#nav :hover ul.sub li{
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width:180px; /*width:150px; */ 
	font-weight:normal;
}

#nav :hover ul.sub li a{
	display:block; 
	text-align: left; 
	font-size:11px; 
	height:18px; 
	width:auto; 
	line-height:18px; 
	text-indent:5px; 
	color:#000; 
	text-decoration:none;
	border:1px solid #ffffff;
}

#nav :hover ul.sub li a:hover{
	background:#02705f; 
	color:#fff; 
	border-color:#08947e;
}

#nav li.current a:hover, #nav li.current:hover{
	position:static; 
	white-space:normal; 
	z-index:1;
}

#nav li.current .line{
	margin:0; 
	padding:0; 
	list-style:none; 
	position:absolute; 
	left:0; 
	top:35px; 
	width:740px; 
	height:25px; 
	background:url(back.gif) repeat-x; 
	border:0;
}

#nav li.current .line li {
	display:inline; 
	font-weight:normal; 
	height:25px; 
	margin:0; 
	padding:0;
}

#nav li.current .line li a{
	display:block; 
	float:left; 
	padding:0 20px; 
	margin:0; 
	color:#ff0; 
	text-decoration:none; 
	border:0; 
	height:25px; 
	line-height:25px; 
	font-size:11px;
}

#nav li.current .line li a:hover {
	text-decoration:underline;
}