/* CSS Document */

#navrollovers:hover {
	height:30px;
	display:block;
	padding:0;
	margin:0;
	width:200px;
}

.aboutover {
	width:200px;
	height:30px;
	background-image:url(images/FORESTPARK_edit_25.jpg); background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}

.aboutover:hover {
	height:30px;
	display:block;
	padding:0;
	margin:0;
	width:200px;
}

.calendarover {
	width:200px;
	height:30px;;
	background-image:url(images/FORESTPARK_edit_26.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}

.calendarover:hover {
	height:30px;
	display:block;
	padding:0;
	margin:0;
	width:200px;
}
.contactover {
	width:200px;
	height:30px;
	background-image:url(images/FORESTPARK_edit_27.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}

.contactover:hover {
	height:30px;
	display:block;
	padding:0;
	margin:0;
	width:200px;
}

.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: 200px;
	}
ul li {
	position: relative;
	display:block;
	height:30px;
	padding:0;
	margin:0;
	}
li:hover ul, li.over ul { 
	display: block; }
li ul {
	position: absolute;
	left: 199px;
	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;
	margin:0;
	}
	
ul.subnav li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background:#CCFFCC;
	padding: 0;
	border-bottom: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	width:150px;
	margin:0;
}

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;
	margin:0;
}

/* 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 */
