#nav_ul,
#nav_ul * { 
	margin: 0;
	padding: 0;
}

#nav {

}

#nav_ul {
	width: 950px;
	position: relative;
	float: left;
}
	
#nav_ul li ul {
	cursor: default;
	width: 100%;
	max-width: 100%;
	position: absolute;
	height: auto; 
	top: 22px; 
	padding: 10px 0; 
	padding-left: 1em !important; 
	left: -9000px; 
	margin-top: -4px;
}
	
#nav_ul li {
	cursor: pointer; 
	float: left; 
	max-width: 16.5%; 
	text-align: center; 
	list-style-type: none; 
	padding-left: 14px; 
	padding-right: 14px;
}

#nav_ul li ul li {
	padding: 0 10px 0 0; 
	border: none; 
	width: auto; 
	max-width: none;
}

#nav_ul li a {
	float: left; 
	text-decoration: none;
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
}

#nav_ul li a:hover {
	color: #ffe119;
}

#nav_ul li ul li a {
	position:relative !important; 
	cursor:pointer !important; 
	white-space: nowrap; 
	padding-top: 5px;
	line-height: 1.7em; 
	height: 1.7em; 
	color: #006a65;
	font-size: 11px;
	
}

#nav_ul li ul li a:hover {
	color: #000;
}

body #nav_ul li.nav_last {
	background-image: none;
}

/* These are a backup, in case javascript is turned off */
#nav_ul li:hover ul,
#nav_ul li.msieFix ul {left:0;z-index:10}

#myclubnav {
	width: 161px;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 5px;
	
}
#myclubnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#myclubnav a, #myclubnav h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-bottom: solid 1px #016A66;
	margin: 0;
	padding: 2px 3px;
}
#myclubnav h2 {
	color: #fff;
	padding: 0;
}
#myclubnav a {
	color: #016a66;
	text-decoration: none;
	padding: 5px;
}
#myclubnav a:hover {
	color: #cde1ed;
	background-color: #016a66;
}
#myclubnav li {position: relative;}
#myclubnav ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}
#myclubnav ul ul a {background-color: #cee3ef;}
div#myclubnav ul ul {display: none;}
div#myclubnav ul li:hover ul {display: block;}

#austouchnav {
	width: 161px;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 5px;
}
#austouchnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#austouchnav a, #austouchnav h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-bottom: solid 1px #016A66;
	margin: 0;
	padding: 2px 3px;
}
#austouchnav h2 {
	color: #fff;
	padding: 0;
}
#austouchnav a {
	color: #016a66;
	text-decoration: none;
	padding: 5px;
}
#austouchnav a:hover {
	color: #cde1ed;
	background-color: #016a66;
}
#austouchnav li {position: relative;}
#austouchnav ul ul a {background-color: #ffffff;}
/* div#austouchnav ul ul {display: none;} */
/* div#austouchnav ul li:hover ul {display: block;} */
#austouchnav .button:hover div.dropdown {left: 161px;}
* html #austouchnav .button:hover div.dropdown {left: 133px;}

#austouchnav .dropdown {
	position: absolute;
	top: -31px;
	left: -3000px;
/*	top: -30px;
	left: 100%;
	width: 100%; */
	width: 199px;
	background: url(../images/bgfix.gif);
}
#austouchnav .dropdown ul {
	width: 138px;
	margin: 30px 30px 30px 0;
}