/* ---- =Navigation --------------------------------------------------------- */

#nav-container {
	position:absolute;
	width:750px;
	background:#000000;
	top:91px;
	height: 22px;
}

/*#nav ul {
	margin:0;
	padding:0;
}
#nav ul li {
	display:inline;
}
#nav ul li a {
	font:bold 13px/13px verdana, helvetica, arial, sans-serif;
	color:#a78e53;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#934f06;

}
#nav ul li.active a {
	color:#f1d495;
}
.section-home #nav ul li a#home,
.section-wineclub #nav ul li a#wineclub,
.section-events #nav ul li a#events,
.section-wines #nav ul li a#wines,
.section-visit #nav ul li a#visit,
.section-horse #nav ul li a#horse,
.section-contact #nav ul li a#contact {
	color:#934f06;
}*/






/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:3px 0 3px 30px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #000000;
	zzzborder: 1px solid #000000;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 0px 10px;
	color: #a78e53;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #934f06;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #934f06;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(../../images/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {

}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 124px;
}
#p7PMnav ul li {
	float: none;
}

/* separate styling for SUBMENU links */
/* KDS: supplied P7 selector isn't specific enough, adding our own more specific element to the following: */
#p7PMnav ul a, #p7PMnav li ul li a {
	margin:0;

}

#p7PMnav ul, #p7PMnav ul li {
	width: 270px;
	padding:6px 3px;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {width: auto;}

