/*----------------------------------------*/
/*   Vineyard of Marysville CSS           */
/*   02/11/07 - Stone Acorn Enterprises   */
/*----------------------------------------*/


/*-----------------------------------------------*/
/*            menu                               */
/*-----------------------------------------------*/


#ff {
  margin-left: 40px;
  margin-right: 0;
}
#ff li {
  margin: 0;
  padding-right: 0px;
  padding-left: 0px;
  list-style: none;
  float: left;
  font: normal 100% 'Century Gothic','san serif';
}
#ff li a.menu {
  display: block;
  text-align: center;
  background: #999999;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #003366;
  border: 1px solid #003366;
  text-decoration: none;
}

#ff li a.menu:hover {
  background: #cccccc;
}
#ee {
  margin-left: 15px;
  margin-right: auto;
}
#ee li {
  width: 150px;
  margin: 0;
  padding-right: 0px;
  padding-left: 0px;
  list-style: none;
  float: left;
  font: normal 100% 'Century Gothic','san serif';
}
#ee li a.menu {
  display: block;
  text-align: center;
  background: #999999;
  margin: 0;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #003366;
  border: 1px solid #003366;
  text-decoration: none;
}

#ee li a.menu:hover {
  background: #cccccc;
}



#dd {
  z-index:100;
  padding:0px 0px 0px 0px;
  margin:0px;
  width:890px;
  font-weight:normal;
  font-size: 16px; 
  font-family:'Century Gothic','san serif';
}

#dd li {
  padding: 0px;
  margin:0px;
  list-style: none;
  float: left;
}

#dd li a.menu {
  display: block;
  text-align: center;
  background: #999999;
  padding-right: 19px;
  padding-left: 19px;
  padding-top: 2.5px;
  padding-bottom: 1.5px;
  margin: 0px 0px 7px 0px;
  color: #003366;
  border: 1px solid #003366;
  text-decoration: none;
}

#dd li a.menu:hover {
  background: #cccccc;
}

.submenu {
  width:200px;	
  background: #999999;
  border: 1px solid #003366;
  visibility: hidden;
  position: absolute;
  z-index: 100;
}

.submenu a {
  display: block;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #003366;
}

.submenu a:hover {
  background: #cccccc;
  color: #003366;
}

.submenu2 {
  background: #999999;
  border: 1px solid #003366;
  visibility: hidden;
  position: absolute;
  z-index: 100;
}

.submenu2 a {
  display: block;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #003366;
}

.submenu2 a:hover {
  background: #cccccc;
  color: #003366;
}




/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
	padding-bottom:200px;
	}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none; 
	height:0; 	
	}

/* style the sub-level lists */
.menu ul ul {
	width:15em;
	}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	position:relative; 
	left:52px; 
	top:7px; 
	float:left;
	height:2em;
	line-height:2em;
	}

/* style the sub level list items */
.menu ul ul li {
	display:block;
	width:11em;
	height:100%; 
	line-height:2em;
	}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	float:left;
	height:14px;
	text-decoration:none;
	color:#003366;
	background:#999999;
	padding:0em 1.4em 0em 1.4em; 
	border:1px solid #003366; 
        font-family:'Century Gothic','san serif';
	}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {
	display:block;
	background:#bbbbbb; 
	color:#003366;
	width:12em;
	height:80%;
	line-height:20px; 
	padding: .5em .5em;
	}
* html .menu ul ul a, * html .menu ul ul a:visited  {
	width:14em; 
	w\idth:12em;
	}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute; 
	left:16px; 
	top:-12px; 
	width:0; 
	height:0; 
	z-index:-1;
	}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#bbbbbb;
	color:#003366;
	}

/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#ab436e;}

/* style the sub level 1 background Sub1 link info                    */  
.menu ul :hover a.sub1 {
	color: #003366;
	background:#999999;
	}

/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {
	background:#c4ceac;
	}

/* style the level hovers */
/* first */
* html .menu a:hover {
	color:#ffffdd;
	background:#003366; 
	position:relative; 
	z-index:100;
	}
.menu li:hover {
	position:relative;
	}
.menu :hover > a {
	color:#ffffcc;
	background:#005500;
	}

/* second */
* html .menu ul ul a:hover{
	color:#ffffcc;
	background:#005500; 
	position:relative; 
	z-index:110;
	}
.menu ul ul li:hover {
	position:relative;
	}
.menu ul ul :hover > a {
	color:#ffffcc;
	background:#005500;
	}

/* third */
.menu ul ul ul a:hover {
	color:#ffffcc; 
	background:#005500; 
	position:relative; 
	z-index:120;
	}
.menu ul ul ul :hover > a {
	color:#ffffcc; 
	background:#005500;
	}

/* fourth */
.menu ul ul ul ul a:hover {
	background:#d4debc; 
	position:relative; 
	z-index:130;
	}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	width:14em;
	top:23px;
	left:-53px;
	}
/* position the third level flyout menu */
.menu ul ul ul{
	left:131px;
	top:-7px;
	width:14em;
	}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
	visibility:visible; 
	height:auto; 
	padding-bottom:3em; 
	background:transparent 
	url(images/trans.gif);
	}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
	}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
	}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
	}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
	visibility:visible;
	}


