/* menu.css */

@import url("w3c.css");

#wrap {
	width: 100%;
	text-align: left;
	height: 28px;
	clear: both;
}
#menu {
	clear:both;
	height:28px;
	background-color: #9A6634;
	margin: 0 0px 0 3px;
	padding: 0px;
	background-position: center center;
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #451700;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #451700;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #451700;
	width: 691px;
	border-left-style: none;
}

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

#menu li {
	height:28px;
	margin:0;
	padding:0;
	float:left;
	width: 14%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E4CFB4;

}

#menu a {
	display:block;
	line-height:28px;
	height:28px;
	text-align:center;
	text-decoration: none;
	font-size: 14px;
}

#menu li a span {
	display:block;
	font-size: 12px;
	height:28px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;

}

#menu a:hover, #menu a.selected {
	cursor:pointer;
	color: #dac793;
}
/* for drop down menus */
.jsMenu {
	display:none;
	padding:1px;
	background-color:#dac793;
	border:1px solid #555;
	text-align: left;
	position: absolute;
	height: auto;
	width: 120px;
	z-index: 2;
}

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

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

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

.jsMenu a:hover {
	background:#efefef;
	color: #000;
}

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

#crumbs a, #crumbsB a {
	font-weight: normal;
	color: #9A6634;
	text-decoration: underline;
}

#crumbs a:hover, #crumbsB a:hover {
	color: #FF0000;
}

/* define site's section colours into classes */
.home{
	color: #ffffff;
}
.aboutus{
	color: #ffffff;
}
.gallery{
	color: #ffffff;
}
.hunts{
	color: #ffffff;
}
.references{
	color: #ffffff;
}
.pricing{
	color: #ffffff;
}
.contact{
	color: #ffffff;
}

@media print{
#menu {display:none:}
#crumbs {display:none;}
}
