/* Categories Drop-down Menu */

/*Essential Styles */

#navList, #navList * {
 margin: 0;
 padding: 0;
 list-style:	none;
}
#navList {
 font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
}
#navList ul {
  position:	absolute;
  top: -999em;
  width: auto;
}
#navList ul li {
  width: 100%;
  white-space: nowrap;
}
#navList li.capLeft {
 /*width: 15px;*/
 /*text-align: left;*/
}
#navList li:hover {
 visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#navList li {
 /*float: left;*/
 /*position: relative;*/
}

#navList a {
  display: block;
  text-decoration: none;
}
#navList li:hover ul, #navList li.sfHover ul {
 left: 0;
 top: 32px; /* match top ul list item height */
 z-index: 99;
}
ul#navList li:hover li ul, ul#navList li.sfHover li ul {
 top: -999em;
}

/*=== Menu Skin ===*/

#navList {
  width:auto;
  position: relative;
  float: right;
  margin: 28px 12px 0 0;
  list-style: none;
  font-size: 14px;
  /*color: #646464;*/
}

#navList li {
  position: relative;
  float: left;
  margin: 0 5px;
  color: #FAF5E7;
}

#navList li a {
  min-width: 75px;
  height: 24px;
  position: relative;
  float: left;
  padding: 8px 12px 0 12px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #FAF5E7;
}

#navList a, #navList a:visited {
/* visited pseudo selector so IE6 applies text colour*/
 color: #FAF5E7;
}

#navList li a:hover {
  color: #D4E365;
  font-weight: bolder;
  background-color: #A29D8D;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*=== individual spacing for each menu item ***cumbersome*** ===*/
/*#navList li a#home {
 width: 82px;
}
#navList li a#product {
 width: 96px;
}
#navList li a#blog {
 width: 78px;
}
#navList li a#about {
 width: 96px;
}
#navList li a#faq {
 padding: 8px 0 0 18px;
 width: 58px;
}*/

#navList li a:active {
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #97C33F;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#97C33F), to(#D4E365));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #D4E365, #97C33F);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #D4E365, #97C33F);
  /* IE 10 */
  background: -ms-linear-gradient(top, #D4E365, #97C33F);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #D4E365, #97C33F);
}

/*highlight active page menu*/
#navList li a.active {
  color: #fff;
  font-weight: bolder;
  background-color: #A29D8D;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#navList li.flyout:hover, #navList li.flyout.sfHover {
  color: #D4E365;
  font-weight: bolder;
  background-color: #A29D8D;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#navList li ul {
  min-width: 99px;
  width: auto;
  z-index: 999;
  padding: 5px 0px 0px 0px;
  background-color: #A29D8D;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

#navList li ul li {
 /*width: 75%;*/
 width: auto;
 padding: 6px 5px 0 0px;
 border-top: 1px dotted #FAF5E7;
}

#navList li li a {
  width: auto;
  height: 24px;
  position: relative;
  float: left;
  padding: 0px 4px;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  color: #FAF5E7;
  background-color: #A29D8D;
}

#navList li li a:visited {
  color: #FAF5E7;
}

#navList li li a:hover {
  color: #D4E365;
  font-weight: normal;
  /*padding: 1px 4px;*/
  background-color: #A29D8D;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#navList li li a:active {
  color: #fff;
  font-weight: normal;
  /*padding: 0px;*/
  /*margin: 0px;*/
  background-color: #97C33F;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: none;
}

#navList li:hover, #navList li.sfHover, #navList a:focus, #navList a:hover, #navList a:active {
 outline: 0 none;
}

#navList li ul li:hover, #navList li ul li.sfHover, #navList li ul a:focus, #navList li ul a:hover, #navList li ul a:active {
 outline: 0 none;
}

#navList li ul a:focus, #navList li ul a:hover, #navList li ul a:active {
 /*background: #97C33F;*/
}

/*.flyout_borders {
min-width: 94px;
border-left: 1px solid #A29D8D;
border-right: 1px solid #A29D8D;
height: 22px;
}
*/

