@charset "UTF-8";
/* spry navigation menu */

ul#nav {
	position: relative; display: block; height: 34px;
	border-top:solid 1px #A9A68E; border-bottom:solid 1px #A9A68E;
	margin: 4px 0px 0px 0px; padding-left: 35px; }

ul#nav li {
	position: relative;  display: block; float: left; list-style: none;
	margin: 9px 14px; height: 12px; text-indent: -9999px;
	background-repeat: no-repeat; 
	background-position: left top;
	}
	
ul#nav a { display: block; background-repeat: no-repeat; border-bottom: 1px solid #FFF8E4; outline:none;}
ul#nav a:active, ul#nav a:hover, ul#nav a:focus { 
	opacity: 0.7; 
	border-bottom: 1px solid #9E9F51;
}
/* submenu invisible */ 
ul#nav ul {  display: none;  }
/* submenu visible */
ul#nav ul.MenuBarSubmenuVisible { 
	width: 300px; height: 12px; position: relative; display: block; 
	background: transparent url(../images/navbar/pointer.png) 8px 0px no-repeat;
	z-index: 1020; margin-top: 4px; text-transform: uppercase; } 
	
ul#nav ul li {
	background: transparent url(../images/navbar/greyline.png) no-repeat;
	margin: 12px 0px 0px 0px; padding: 0 6px;
	text-indent: 0px;
}
ul#nav ul li.first-child { background: transparent none; }

#nav ul li a { color:#9E9F51; text-decoration: none; display: block;}
#nav ul a, #nav ul a:active, #nav ul a:hover, #nav ul a:focus {
	border: none;
} 

li#home { background: url(../images/navbar/home.png); width: 37px; }
li#aboutus { background: url(../images/navbar/aboutUs.png); width: 60px; }
li#winelist { background: url(../images/navbar/wineList.png); width: 58px; }
li#menu { background: url(../images/navbar/menu.png); width: 36px; }
li#farmers { background: url(../images/navbar/aptdinner.png); width: 58px; }
li#thebuilding { background: url(../images/navbar/thebuilding.png); width: 89px; }
li#directions { background: url(../images/navbar/directions.png); width: 71px; }
li#events { background: url(../images/navbar/events.png); width: 44px; }	
li#inside { background: url(../images/navbar/inside.png); width: 80px; }	
/*li#thechef > a{ background: url(../images/navbar/thechef.png); width: 55px; }
li#theowners > a{ background: url(../images/navbar/theowners.png); width: 80px; }	
li#redwine > a{ background: url(../images/navbar/red.png); width: 26px; }
li#whitewine > a{ background: url(../images/navbar/whites.png); width: 196px; }	
*/

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive { z-index: 1000; }

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a { cursor: pointer; }
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
 }
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
/*
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
*/
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
/*
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
*/
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
/*
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
*/
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
/*
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
*/
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

@charset "utf-8";
/* CSS For White Wine Page */

#right { background-color: #836058; }
ul#menus	{
	margin-left:160px;
	margin-top:-12px;
	
}

ul#menus li a {
	color:#61652F;
	text-decoration:none;
}

ul#menus li a:hover	{
	color:#BAAB98
}
ul#menus li {
	display:inline;
	float:right;
	padding:0 5px;
}
