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

/* 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 #5c3a3a;
	height: 28px;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5c3a3a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

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

#menu li {
	height:28px;
	margin:0;
	padding:0;
	float:left;
	width: 25%;
}
* html #menu li {
	width:24%;
	font-size: 90%;
}

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

#menu li a span {
	display:block;
	width:100%;
	border-left:1px solid #fff;
	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: #FF0033;}
.location{color: #9900CC;}
.fishing{color: #CC6600;}
.links{
	color: #ff00cc;
}
.contact{color: #333333;}
.gallery{
	color:#009900;
}
#home .home, #gallery .gallery, #links .links, #contact .contact {text-transform:uppercase;}

/* 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;
}
