/********* MAIN NAVIGATION **********/

/* Note: colors are set in Config Settings. You can  set the colors there, or
   you can replace the <w:data ... > text with  color values here             */

/*  If you make changes, be sure to check across the entire browser matrix  of
   interest. A much simpler version works fine in  Firefox but various browsers
   have issues if some of the CSS is simplified */

/* Menu bar positioning, custom for Highlands */

#menu_bar3 {
  position:absolute;
  top: 267px;   /* 290 - 23 */
  left:155px;
  background-color: #8d4e23;
  width: 820px;    /* 974 - 154 */
}
/***  ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin:      0;
  padding:     0;
  list-style:    none;
}
.sf-menu {
  line-height:  15px;
}
.sf-menu ul {
  position:     absolute;
  top:      -999em;
  width: 150px; /* left  offset of submenus need to match (see 

below) */
}
.sf-menu ul li {
  width:       100%;
}
.sf-menu li:hover {
  visibility:     inherit; /* fixes IE7  'sticky bug' */
}
.sf-menu li {
  float:      left;
  position:     relative;
}
.sf-menu a {
  display:    block;
  position:     relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left:      0;
  top:      24px; /* match top ul list item height */
  z-index:    99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top:      -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  margin-left:16px;
  left:  150px; /* match ul  width */
  top:      0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top:      -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left:      10em; /* match ul width */
  top:      0;
}

/*** DEFAULT SKIN ***/
#linkContainer {  /* wrapper  for entire navigation bar */
  padding:0;
  margin: 0 auto;
  /* for IE,  z-index has to increase for each containing element so menus stay on top  */
  z-index:2010;   
  position:relative;
  zoom:1; /* zoom: 1;   to make IE behave */
  line-height:15px;
  background-color: #8d4e23;
}
.sf-menu {
  float:      left;
  font-weight:  bold;
  padding: 0;
  margin: 0;
  color: #FFF;
}
.sf-menu a {
  text-decoration:none;
  font-size: 12px;
  font-weight:bold;
  line-height:15px;
  padding: 4px 8px;
  border-right:  1px solid #FFF;
  color: #FFF;
  background-color:#8d4e23;
/*  -moz-border-radius-topleft:6px;
  -webkit-border-top-left-radius:6px;
  -moz-border-radius-topright:6px;
  -webkit-border-top-right-radius:6px; */
}
.sf-menu a.current {  /* color to highlight nav for current page */
  background-color:#006837;
  color: ;
}
.sf-menu a:hover {   /* color for nav hover */
  background-color:#006837;
  color: ;
}
.sf-menu li ul {
  padding:0;
  margin: 0;
  background-color: #8d4e23;
}
.sf-menu li ul li a {  /* primary  styling for drop-down items */  
  width: 150px;
  border-right:  0;  
  border-bottom: 1px solid ;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none;
  color: #FFF;
  background-color: #8d4e23;
  margin: 0;
  line-height: 15px;
/*  -moz-border-radius-topleft:0;
  -webkit-border-top-left-radius:0;
  -moz-border-radius-topright:0;
  -webkit-border-top-right-radius:0; */
}
.sf-menu li ul li a:hover {
  background-color: #006837;
  color: ;
  font-weight:bold;
}


/***  shadows for all but IE6 ***/
.sf-shadow li  ul {
  background:  url('/webvanta/themes/master/1.0/images/shadow.png') no-repeat bottom right;
  padding: 0 24px 9px 0;
/*  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px; */
}
.sf-shadow ul.sf-shadow-off {
  background:  transparent;
}

