#panel {
	background: url("../images/bg_nav.png") repeat left top;
	width: 1000px;
	height: auto;
	display: none;
	position: relative;
	overflow: auto;
}

.slide {
	margin: 0;
	padding: 0;
	width: 1000px;
	position: relative;
	z-index: 65;
}
.btn-slide {
	background: url("../images/btn_menu_off.png") no-repeat center top;
	width: 86px;
	height: 30px;
	padding: 10;
	margin: 0 auto;
	display: block;
}
.btn-slide_active {
	background: url("../images/btn_menu_on.png") no-repeat center top;
}

#containerMegaNav {
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/******* MENU *******/
#panel ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding:0;
	width: 130px;
}
.txtTopNav div.marginRight {
	margin-right: 25px;
}
/* width of #panel ul + marginRight must be 155px or less to fit 6 buckets */

#panel ul li {
	margin-bottom: 5px;
}

.menu div {
	float: left;
	cursor: pointer;
}

#nav1 {
	background: url("../images/nav_the-mountain_off.gif") no-repeat left top;
	width: 166px;
	height: 48px;
	padding: 0;
	margin: 0 auto;
}
#nav1.active {
	background: url("../images/nav_the-mountain_on.gif") no-repeat left top;
	width: 166px;
	height: 48px;
	padding: 0;
	margin: 0 auto;
}

#nav2 {
	background: url("../images/nav_the-resort_off.gif") no-repeat left top;
	width: 133px;
	height: 48px;
	padding: 0;
	margin: 0 auto;
}
#nav2.active {
	background: url("../images/nav_the-resort_on.gif") no-repeat left top;
	width: 133px;
	height: 48px;
	padding: 0;
	margin: 0 auto;
}

#nav3 {
	background: url("../images/nav_the-adventure_off.gif") no-repeat left top;
	width: 158px;
	height: 48px;
	padding: 0;
	margin: 0 auto;
}
#nav3.active {
	background: url("../images/nav_the-adventure_on.gif") no-repeat left top;
	width: 158px;
	height: 48px;
	padding: 0;
	margin: 0 auto;
}

#nav4 {
	background: url("../images/nav_real-estate_off.gif") no-repeat left top;
	width: 164px;
	height: 48px;
	padding: 0;
	margin: 0 auto;
}
#nav4.active {
	background: url("../images/nav_real-estate_on.gif") no-repeat left top;
	width: 164px;
	height: 48px;
	padding: 0;
	margin: 0 auto;
}
/******* /MENU *******/

/******* CONTENT *******/
.txtTopNav {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #d2d2d2;
	text-align: left;
}

.txtTopNav h2 {
	margin: 0 0 5px 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #d96c46;
	text-align: left;
}

.txtTopNav h2 A:link {
	color: #d96c46;
	text-decoration: none;
}
.txtTopNav h2 A:visited {
	color: #d96c46;
	text-decoration: none;
}
.txtTopNav h2 A:hover {
	color: #ffffff;
	text-decoration: none;
}
.txtTopNav h2 A:active {
	color: #ffffff;
	text-decoration: none;
}

.txtTopNav A:link {
	color: #d2d2d2;
	text-decoration: none;
}
.txtTopNav A:visited {
	color: #d2d2d2;
	text-decoration: none;
}
.txtTopNav A:hover {
	color: #ffffff;
	text-decoration: none;
}
.txtTopNav A:active {
	color: #ffffff;
	text-decoration: none;
}

/******* /CONTENT *******/
/******* MOUNTAIN *******/
.txtTopNav.nav1{
	display: block;
}
/******* /MOUNTAIN *******/
/******* STAY - PLAY *******/
.txtTopNav.nav2{
	display: none;
}
/******* /STAY - PLAY *******/
/******* The Adventure *******/
.txtTopNav.nav3{
	display: none;
}
/******* /The Adventure *******/
/******* REAL ESTATE *******/
.txtTopNav.nav4{
	display: none;
}
/******* /REAL ESTATE *******/


#boxTopNavFooter {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
}

.txtTopNavFooter {
	font-family: Arial, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #d2d2d2;
	text-align: left;
}

.txtTopNavFooter A {
	margin-right: 15px;
}
.txtTopNavFooter A:link {
	color: #d2d2d2;
	text-decoration: none;
}
.txtTopNavFooter A:visited {
	color: #d2d2d2;
	text-decoration: none;
}
.txtTopNavFooter A:hover {
	color: #ffffff;
	text-decoration: none;
}
.txtTopNavFooter A:active {
	color: #ffffff;
	text-decoration: none;
}

.frmFieldEmail {
	margin-right: 2px;
	padding: 2px 0 0 3px;
	border: 0;
	height: 16px;
	width: 120px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #d96c46;
}
