/*****************************
     Top menu
*****************************/

#nav, #nav ul {
  float: left;
  list-style: none;
  line-height: 1;
  background: white;
  font-weight: bold;
  padding: 0;
  margin: 0;

}

#nav a {
  display: block;
  color: #7C6240;
  text-decoration: none;
  padding: 0.25em .25em;
}

#nav a.daddy {
  background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
  float: left;
  padding: 0;
}

#nav li ul {
  position: absolute;
  left: -999em;
  height: auto;
  font-weight: normal;
  margin: 0;
  z-index:10;
}

#nav li li {
  padding-right: .5em;
}

#nav li ul a {
}

#nav li ul ul {
  margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
  left: auto;
}

#nav li:hover, #nav li.sfhover {
  /*background: #eda; */
  position: static;
}

#header ul li {
  background:url("../../../images/tabs/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 8px;
}

#header ul li a {
  display:block;
  background:url("../../../images/tabs/right.gif") no-repeat right top;
  padding:5px 15px 10px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
}

#header ul ul {
  border-top:1px solid #fff;
  /* This is needed otherwise menus disappear on IE7 if mouse is moved too slow */
  margin:-2px 0 0 0;
}
  
#header ul ul li, #header ul ul a, #header #current ul ul li, #header #current ul li a {
  margin:0; padding:0;
  background:#B47A31;
  float: none;
} 

#header #current ul li a, #header ul ul a {
  padding:.5em .5em .5em .5em;
   width:12em;
  border-bottom:1px solid #fff;
  display:block;
}

#header ul ul a:hover, #header #current ul li a:hover {background:#E2C9AB;color:#B47A31;padding-left:.5em;} 

#header a:hover {
  color:#fff;
}

#header #current {
  background-image:url("../../../images/tabs/left_on.gif");
}

#header #current a {
  background-image:url("../../../images/tabs/right_on.gif");
  color:#fff;
}

#header #selected a {
  background:#711508;
}

/*****************************
     Bottom menu
*****************************/
.bottom_menu {
  text-align:center;
  font-weight:bold;
  color:#000;
  padding: 15px 5px 5px 0;
  height:1.5em;
  margin-top: 10px;
}
.bottom_menu a{
  color:#00697E;
  padding:3px 5px 3px 5px;
  text-decoration:none;
}
.bottom_menu a:hover{
  padding:6px 5px 6px 5px;
  color:#1D8EA0;
}
.bottom_menu a:visited{}
.bottom_menu a.menuhighlight {padding:6px 5px 6px 5px;}


