
#nav {
	padding:0 0 0 35px;
	margin-top:180px;
	list-style:none;
	font: 14px arial, sans-serif;
	position:absolute;
	z-index:500;
	background:url(../Images/navbar_bkgd.png) no-repeat;
	height:37px;
	width:970px;
	
}
#nav ul {
	padding:0;
	margin-left:30px;
	list-style:none;
	float:left;
	background:#4c9899;
	border-top:1px solid;
	border-color:#7fb5b6;
	display:inline;
}
#nav li {
	float:left;
}
#nav li li {
	float:none;
	border-left:1px solid #7fb5b6;
	border-right:1px solid #7fb5b6;
}
#nav li li.last {
	border-bottom:1px solid #7fb5b6;
}
/* a hack for  IE6 */

* html #nav li li {
	float:left;
}
#nav li a {
	display:block;
	float:none;
	color:#005195;
	height:36px;
	line-height:36px;
	text-decoration:none;
	white-space:nowrap;
	font-weight:600;
	padding: 0 20px 0 20px;
}
#nav li a.down {
	background:url(../images/down.png) no-repeat right center;
}
#nav li li a {
	display:block;
	height:20px;
	line-height:20px;
	float:none;
	letter-spacing:1px;
	padding:0 25px 0 5px;
	font-weight:500;

}
#nav li li a.fly {
	background:url(../Images/fly.png) no-repeat right center;
}
#nav li:hover {
	position:relative;
	z-index:300;
}
#nav li li a {
	color:#000;
}
#nav li:hover ul {
	left:0;
	top:33px;
	z-index:500;
}
#nav ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
}
* html #nav ul {
	width:2px;
}
/* it could have been this simple if all browsers understood */

/* show next level */

#nav li:hover li:hover > ul {
	left:-5px;
	margin-left:100%;
	top:-1px;
	z-index:500;
}
/* keep further levels hidden */

#nav li:hover > ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:auto;
}
/* show path followed */

#nav li:hover > a {
	color:#000;
}
#nav li li:hover > a {
	color:#000;
	background-color:#8ebbbb;
