.tabbed_content {
	position: relative;
	float: left;
	background-image: url(../images/main_nav_bkgnd.jpg);
	width: 385px;
	height: 114px;
	font-weight: bold;
}

.tabs {
	font-style: normal;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 34px;
	position: absolute;
	top: 80px;
	left: -96px;

}

.tabs .moving_bg {
/*
	background-repeat: no-repeat;
	background-image: url(../images/menu_highlight.png);
*/
	position: absolute;
	width: 96px;
	height: 34px;
	z-index: 190;
	left: 0;
/*
	background-position: center center;
*/
}

.tabs .tab_item {
	color: black;
	display: block;
	float: left;
	/* padding: 15px; */
	width: 96px;
	height: 23px;
	padding-top: 9px;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
}

.tabs .tab_item a {
	text-decoration: none;
	color: inherit;
}

.tabbed_content .slide_content {

	overflow: hidden;
	position: relative;
	width: 385px;
	height: 114px;
}

.tabslider {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 385px;
	margin: 0px;
	padding: 0px;
}

.tabslider ul a {
	color: #2f270e;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #933616;
}

.tabslider ul li {
	list-style-type: none;
	padding-bottom: 4px;
}

.main_nav_submenu {
	width: 385px;
	padding-top: 5px;
	}
	
.main_nav_mountain {
	width:375px;
	text-align: left;
	float:right;
}

/*
.tabslider ul div.main_nav_submenu div.main_nav_mountain li a{
	list-style-type: none;
	margin: 0px;
}
*/

.main_nav_wines {
	width: 265px;
	height: 80px;
	text-align: left;
	float: right;
}

.main_nav_experience {
	width:175px;
	height: 80px;
	text-align: left;
	float:right;
}

.main_nav_contact {
	width: 368px;
	height: 80px;
	float: left;
	text-align:right;
}