ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
z-index: 1000;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 40px;
	outline: none;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	background: url(images/home.gif) no-repeat;
	width: 52px; margin-left: 25px;
}
ul#topnav a.membership {
	background: url(images/mem.gif) no-repeat;
	width: 129px; margin-left: 25px;
}
ul#topnav a.golfcourse {
	background: url(images/gc.gif) no-repeat;
	width: 110px; margin-left: 25px;
}
ul#topnav a.groupgolf {
	background: url(images/groupg.gif) no-repeat;
	width: 114px; margin-left: 25px;
}
ul#topnav a.restuarant {
	background: url(images/rest.gif) no-repeat;
	width: 144px; margin-left: 25px;
}
ul#topnav a.news {
	background: url(images/news.gif) no-repeat;
	width: 54px; margin-left: 25px;
}
ul#topnav a.contact {
	background: url(images/contact.gif) no-repeat;
	width: 108px; margin-left: 25px;
}

ul#topnav li .sub {
	position: absolute;	
	top: 40px; left: 25px;
	background: #ffe793 url(images/logo-box.gif) no-repeat bottom left;
	padding: 10px 10px 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #225841;
	border-bottom: 1px solid #ffa622;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #225841;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(images/nav-arrow.gif) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #225841;
}
ul#topnav .sub ul li a:hover {color: #0b2f1d; background-position: 5px 12px ;}