/* CSS Document */

#navrollovers:hover {
	height:39px;
	background-position:0 -39px;
	display:block;
	padding:0;
	margin:0;
	width:269px;
}

.aboutover {
	width:269px;
	height:39px;
	background-image:url(newimages/aboutthecourse.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}

.aboutover:hover {
	height:39px;
	background-position:0 -39px;
	display:block;
	padding:0;
	margin:0;
	width:269px;
}

.calendarover {
	width:269px;
	height:39px;;
	background-image:url(newimages/calendarofevents.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}

.calendarover:hover {
	height:39px;
	background-position:0 -39px;
	display:block;
	padding:0;
	margin:0;
	width:269px;
}

.golfsimover {
	width:269px;
	height:39px;
	background-image:url(images/newnav/golfsim.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}

.golfsimover:hover {
	height:39px;
	background-position:0 -39px;
	display:block;
	padding:0;
	margin:0;
	width:269px;
}

.golfinover {
	width:269px;
	height:39px;	
	background-image:url(images/newnav/golfin.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}

.golfinover:hover {
	height:39px;
	background-position:0 -39px;
	display:block;
	padding:0;
	margin:0;
	width:269px;
}

.contactover {
	width:269px;
	height:39px;
	background-image:url(newimages/contactus.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}

.contactover:hover {
	height:39px;
	background-position:0 -39px;
	display:block;
	padding:0;
	margin:0;
	width:269px;
}

.proover {
	width:269px;
	height:39px;
	background-image:url(images/newnav/proshop.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}

.proover:hover {
	height:39px;
	background-position:0 -39px;
	display:block;
	padding:0;
	margin:0;
	width:269px;
}

.viewcourseover {
	width:177px;
	height:35px;
	background-image:url(newimages/viewthecourse.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}

.viewcourseover:hover {
	height:35px;
	background-position:0 -35px;
	display:block;
	padding:0;
	margin:0;
	width:177px;
}

.whatsnewover {
	width:176px;
	height:35px;
	background-image:url(newimages/whatsnew.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}

.whatsnewover:hover {
	height:35px;
	background-position:0 -35px;
	display:block;
	padding:0;
	margin:0;
	width:176px;
}

.clubhouseover {
	width:178px;
	height:35px;
	background-image:url(newimages/clubhouse.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}

.clubhouseover:hover {
	height:35px;
	background-position:0 -35px;
	display:block;
	padding:0;
	margin:0;
	width:178px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 269px;
	}
ul li {
	position: relative;
	display:block;
	height:35px;
	padding:0;
	margin:0;
	}
li:hover ul, li.over ul { 
	display: block; }
li ul {
	position: absolute;
	left: 268px;
	top: 0;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	/*background:#6666CC;*/
	padding: 0;
	border-bottom: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	}
	
ul.subnav li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background:#333300;
	padding: 0;
	border-bottom: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	width:150px;
}

ul.subnav li a:hover {
	display: block;
	text-decoration: none;
	color: #ffcc00;
	background:#666600;
	padding: 0;
	border-bottom: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	width:150px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/* Fix IE. Hide from IE Mac \*/
* html ul.subnav li { float: left; height: 1%; }
* html ul.subnav li a { height: 1%; }
/* End */
