/* NAVI */
#nav {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin:0;
	margin-left:203px;
	width:597px; 
	height:73px; 
	background:#fff; 
	position:relative;
	padding:0;
}

#nav .select, 
#nav .current {
	margin:0; 
	padding:0; 
	list-style:none;
}
#nav ul,
#nav li {
	list-style-image:none !important;
	list-style:none;
}
#nav li {
	display:inline; 
	margin:0; 
	padding:0; 
	height:auto;
	background-image:none;
}

#nav .select a,
#nav .current a {
	font-weight:normal;
	display:block; 
	height:32px; 
	float:left; 
	background:#fff; 
	padding:0; 
	width:123px;
	text-decoration:none; 
	white-space:nowrap; 
	color:rgb(8,88,88);
	text-transform:uppercase;
	background-image:url("../images/navi_bg.gif");
	background-repeat:no-repeat;
	background-position:0 0;
	padding-top:7px;
}
#nav .last {
	width:105px !important;
}

#nav .current a {
	background-image:url("../images/navi_bg.gif");
	background-repeat:no-repeat;
	background-position:0 0;
	padding-top:7px;
	background-position:0 -50px;
}
* html #nav .select a, 
* html #nav .current a {
	height:28px;
}

#nav .select a:hover, 
#nav .select li:hover a {
	background:#fff; 
	cursor:pointer; 
	color:rgb(160,197,59);
	background-image:url("../images/navi_bg.gif");
	background-repeat:no-repeat;
	background-position:0 -50px;
}


* html #nav .select a:hover, 
* html #nav .select li:hover a {
	background-image:url("../images/navi_bg.gif");
	background-position:0 -50px;
}

#nav .sub {
	display:none;
}

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

#nav .current a {
	/*background:#fff; */
	color:rgb(160,197,59);
}
#nav .sub a {
	text-transform:none !important;
	font-weight:normal;
	width:auto;


}
#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {
	background:#fff; 
	color:rgb(160,197,59);
}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {
	background:#fff; 
	color:rgb(160,197,59);
}

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

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

#nav .sub_active {
	display:block; 
	position:absolute; 
	width:597px; 
	top:32px; 
	left:0; 
	background:#fff; 
	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:28px; 
	text-decoration:none; 
	white-space:nowrap; 
	display:block; 
	float:left; 
	background:#fff; 
	padding:0px; 
	padding-right:18px;
	margin:0; 
	white-space:nowrap; 
	border:0; 
	color:rgb(8,88,88);	
	font-weight:normal;

}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {
	display:block; 
	background:#fff; 
	padding:0; 
	padding-right:18px;
	margin:0; 
	white-space:nowrap; 
	border:0; 
	color:rgb(8,88,88); 
}
