@charset "windows-1255";
/* CSS Document */

#home, #about, #services, #gallery, #attractions, #location, #contact # {
 background-image: url(../site/nav.png);
}
#contact a {
	float: left;
	height: 26px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffff99;
	background-image: url(../site/nav.png);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	font-size: medium;
	font-weight: bold;
	margin-right: 1px;
}
#contact a:hover {
	font-weight: bold;
}
#about a, #services a, #gallery a, #attractions a, #location a, #home a {
	float: left;
	height: 26px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	font-size: medium;
	font-weight: bold;
	margin-right: 1px;
}
#about a:hover, #services a:hover, #gallery a:hover, #attractions a:hover, #location a:hover, #home a:hover {
	color: #ffff99;
	background-image: url(../site/nav.png);
	background-repeat: no-repeat;
}
#submenu {
	position: absolute;
	width: 150px;
	left: 254px;
	top: 158px;
	visibility: hidden;
	z-index: 999;
}
#item a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	height: 15px;
	width: 150px;
	float: right;
	background-color: #E7CA8C;
	background-image: none;
	text-align: right;
	text-indent: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A0632E;
	color: #704A25;
}
#item a:hover {
	color: #704A25;
	text-decoration:underline;
	background-image: none;
}

