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



#menu {
	height:28px;
	width:758px;
	background-color: #E8CFB7;
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

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

#menu li {
	height:28px;
	margin:0;
	padding:0;
	float:left;
	width: 16%;
}
#menu a {
	width:100%;
	height:28px;
	text-align:center;
	text-decoration: none;
	font-size: 12px;
	line-height: 28px;
}
#menu li a span {
	display:block;
	width:100%;
	font-size: 12px;
	height:28px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: center;
}
#menu li a span:hover, #menu li a span.selected {
	cursor:pointer;
	font-weight: bold;
	color: #fff;
}
/* for drop down menus */

.jsMenu {
	display:none;
	padding:1px;
	background-color:#d1e2fb;
	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:#003399;
padding:0px;
margin:0px;
}

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

.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;}
.lodging{color: #3399FF;}
.winter{color: #9900CC;}
.summer{color: #996666;}
.gallery{color: #CC0000;}
.contact{color: #0066CC;}
.slideshow{color: #FF9933;}
/*.news{color: #CC9933;}
}*/

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