@import url("css/w3c.css");


.wrap {
	width: 100%;
	text-align: left;
	margin-top: 0px;
	height: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #007236;
}

/* menu.css */

.menu {
	clear:both;
	border-right:1px solid #666;
	width:100%;
	background-color: #e9e9e9;
	padding: 0px;
	background-image: url(img/menu_swirl-1.gif);
	background-position: center -12px;
	border-top: 2px solid #007236;
	height: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menu ul, ul.nobullets, .jsMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}

.menu li {
	height:28px;
	margin:0;
	padding:0;
	float:left;
	width: 151px;
}
* html .menu li {
	width: 148px;
}


.menu a {
	display:block;
	width:100%;
	line-height:20px;
	border-left:1px solid #7e7e7e;
	height:28px;
	text-align:center;
	text-decoration: none;
}

.menu li a span {
	display:block;
	width:100%;
	font-size: 12px;
	border-left:1px solid #fff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 28px;
	line-height: 220%;

}

.menu a:hover, .menu a.selected {
	cursor:pointer;
	color: #8f8d8d;
}

/* for drop down menus */

.jsMenu {
	display:none;
	padding:1px;
	background-color:#abd2a4;
	border:1px solid #555;
	text-align: left;
	position: absolute;
	height: auto;
	width: 120px;
}

.jsMenu li {
	border-bottom:1px solid #fff;
	font-family:verdana, sans-serif;
	font-size:10px;
	margin:0px;
}

.jsMenu li.separator {
line-height:1px;
height:1px;
background-color:#abd2a4;
padding:0px;
margin:0px;
}

.jsMenu li a {
	display:block;
	text-decoration:none;
	color:#007236;
	border:1px solid #ccc;
	padding:1px 2px 2px 6px;
	font-weight: bold;
}

.jsMenu a:hover {
	background:#efefef;
	color: #000;
}
.left {
	float: left;
	margin-left: 15px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* define site's section colours into classes */
.home{color: #009966;}
.rooms{color: #3399FF;}
.location{color: #9900CC;}
.hunting{color: #996666;}
.fishing{color: #CC6600;}
.wildlife{color: #0066CC;}
.attractions{color: #FF9933;}
.contact{color: #333333;}
.gallery{ color:#990066;}
.reservations{ color:#CC0000;}


/* Navigation crumbs for ie without javascript */
#crumbs {
  margin: 0 0 5px 30px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: xx-small;
  color: #999;
  voice-family:"\"}\"";
  voice-family: inherit;
  font-size: x-small;
}
html>body #crumbs {
  font-size: x-small;
}

#crumbs a {
  font-weight: normal;
  color: #69c;
  text-decoration: none;
}

#crumbs a:hover {
  text-decoration: underline;
}
