/* CSS Document */

#navrollovers:hover {
	height:16px;
	background-position:0 -16px;
	display:block;
	padding:0;
	margin:0;
	width:144px;
}

.aboutover {
	width:144px;
	height:16px;
	background-image:url(images/newnav/about.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}

.aboutover:hover {
	height:16px;
	background-position:0 -16px;
	display:block;
	padding:0;
	margin:0;
	width:144px;
}

.eventover {
	width:144px;
	height:16px;;
	background-image:url(images/newnav/event.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}

.eventover:hover {
	height:16px;
	background-position:0 -16px;
	display:block;
	padding:0;
	margin:0;
	width:144px;
}

.golfsimover {
	width:144px;
	height:16px;
	background-image:url(images/newnav/golfsim.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}

.golfsimover:hover {
	height:16px;
	background-position:0 -16px;
	display:block;
	padding:0;
	margin:0;
	width:144px;
}

.golfinover {
	width:144px;
	height:16px;	
	background-image:url(images/newnav/golfin.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}

.golfinover:hover {
	height:16px;
	background-position:0 -16px;
	display:block;
	padding:0;
	margin:0;
	width:144px;
}

.contactover {
	width:144px;
	height:16px;
	background-image:url(images/newnav/contactus.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}

.contactover:hover {
	height:16px;
	background-position:0 -16px;
	display:block;
	padding:0;
	margin:0;
	width:144px;
}

.proover {
	width:144px;
	height:16px;
	background-image:url(images/newnav/proshop.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}

.proover:hover {
	height:16px;
	background-position:0 -16px;
	display:block;
	padding:0;
	margin:0;
	width:144px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
	background-color:#6666cc;
	}
ul li {
	position: relative;
	height:16px;
	padding:0;
	margin:0;
	font-size:.75em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	}
li:hover ul, li.over ul { 
	display: block; }
li ul {
	position: absolute;
	left: 139px;
	top: 0;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background:#6666CC;
	padding: 0 0 0 3px;
	border-bottom: 1px;
	margin:0;
	width:137px;
	height:16px;
	}
	
ul.subnav li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background:#6666CC;
	padding: 0;
	border: 1px solid #ccc;
	border-bottom: 0;
	height:16px;
	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 */
