@charset "utf-8";
/* CSS Document */
#popNavGolf {
	position: absolute;
	width: 198px;
	margin: 0px;
	padding: 0px;
	top: 535px;
	left: 290px;
	z-index: 1000;
	border: 2px solid #EBC46F;
	font-weight: normal;
	line-height: 20px;
	visibility: hidden;
}
#popNavWeddings {
	position: absolute;
	width: 198px;
	margin: 0px;
	padding: 0px;
	top: 535px;
	left: 596px;
	z-index: 1000;
	border: 2px solid #EBC46F;
	font-weight: normal;
	line-height: 20px;
	visibility: hidden;
}
ul.dropdown {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
ul.dropdown li {
	display: block;
	padding: 0px;
	margin: 0px;	
}
ul.dropdown li a {
	text-decoration: none;
	height: 20px;
	width: 186px;
	display: block;
	padding-top: 12px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0px;
	background-image: url(../images/hover.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 20px;
	font-weight: bold;
}
ul.dropdown li a:visited {
	text-decoration: none;
	height: 20px;
	width: 186px;
	display: block;
	padding-top: 12px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0px;
	background-image: url(../images/hover.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 20px;
	font-weight: bold;
}
ul.dropdown li a:hover {
	text-decoration: none;
	height: 20px;
	width: 186px;
	display: block;
	padding-top: 12px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0px;
	background-image: url(../images/hoverH.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
	line-height: 20px;
	font-weight: bold;
}
ul.dropdown li a:visited:hover {
	text-decoration: none;
	height: 20px;
	width: 186px;
	display: block;
	padding-top: 12px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0px;
	background-image: url(../images/hoverH.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
	line-height: 20px;
	font-weight: bold;
}