/* menu.css */

@import url("w3c.css");

#wrap {
	width: 100%;
	text-align: left;
	height: 28px;
	clear: both;
}
#menu {
	clear:both;
	height:28px;
	background-color: #DAC793;
	margin: 0px 0px 0px 19px;
	padding: 0px;
	background-image:   url(img/menu_swirl.gif);
	background-position: center center;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006600;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	width: 901px;
}

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

#menu li {
	height:28px;
	margin:0;
	padding:0;
	float:left;
	width: 20%;

}

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

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

}

#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;
}
/* define site's section colours into classes */
.home{
	color: #ffffff;
}
.loghomes{
	color: #ffffff;
}
.gallery{
	color: #ffffff;
}
.location{
	color: #ffffff;
}
.contact{
	color: #ffffff;
}

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

