/*
  CSS generated via the Suckerfish WordPress Plugin ... http://ryanhellyer.net/2008/01/14/suckerfish-wordpress-plugin/

  If you would like a similar dropdown for your own site, then please contact Ryan Hellyer for
  information about getting your own custom designed dropdown menu ... http://ryanhellyer.net/contact/
*/

#suckerfishnav {
  background-color: #e76b01;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 30px;
  font-size: 15px;
  color: #fff;
  font-family: helvetica,sans-serif;
  font-weight: bold;
}

#suckerfishnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#suckerfishnav li {
  float: left;
}

#suckerfishnav li li {
  clear: both;
  display: block;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  width: 135px;
}

#suckerfishnav a {
  display: block;
  padding: 7px 0.5em;
  color: #fff;
  text-decoration: none;
}

#suckerfishnav a:hover {
  background-color: #C51F27;
}

#suckerfishnav ul a {
  font-size: 12px;
  padding: 4px 10px;
  font-weight: normal;
  display: block;
}

#suckerfishnav ul a:hover {
  background-color: #1F6628;
}

#suckerfishnav li ul {
  display: none;
  position: absolute;
  top: 28px;
  background-color: #E76B01;
  width: 137px;
}

#suckerfishnav li:hover ul,
#suckerfishnav li.sfhover ul {
  display: block;
}

#suckerfishnav ul {
  display: block;
  position: relative;
}