
/* -----------------------------------------------------------------------------
 * MB Tractor & Equipment
 * The Best Tractors and Equipment on Earth!
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Description: Supplemental stylesheet for using Suckerfish dropdowns
 * Filename:    admin.css
 * Version:     6.1
 * Date:        July, 2007
 * -----------------------------------------------------------------------------
 */

#menu {
  font-size: .8em;
  }

#menu, #menu ul {
  float: right;
  width: 154px;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  text-transform: uppercase;
  background: none;
  background: transparent url("../images/nav_3/menu_mid.gif") repeat top right;
  }

#menu a {
  display: block;
  width: 134px;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  }

#menu li {
  float: left;
  padding: 0;
  margin: 0;
  width: 154px;
  }

#menu li ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 154px;
  font-weight: normal;
  margin-top: 21px;
  }

#menu li li    { width: 154px; }
#menu li ul a  { width: 134px; }
#menu li ul ul { margin: -20px 0 0 151px; }

#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li.sfhover ul ul,
#menu li.sfhover ul ul ul {
  left: -999em;
  }

#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul,
#menu li li li.sfhover ul {
  left: auto;
  }

#menu li:hover,
#menu li.sfhover { background-color: #627c98; }

#menu li.expandable             { background: transparent url("../images/nav_3/expander.gif") no-repeat 97% 50%; }
#menu li.expandable:hover       { background: #627c98 url("../images/nav_3/expander_on.gif") no-repeat 97% 50%; }
#menu li.expandable:hover ul li { background-image: none; }
#menu li.expandable.here        { background: #ff0 url("../images/nav_3/expander_hi.gif") no-repeat 97% 50%; }
#menu li.expandable.here ul li  { background-image: none; }
#menu li.expandable.here a      { color: #000; }

#menu li#choose {
  background: transparent url("../images/nav_3/choose.gif") no-repeat top left;
  height: 21px;
  padding: 0;
  }
#menu li#choose:hover {
  background: transparent url("../images/nav_3/choose_hover.gif") no-repeat top left;
  }

#menu li#end, #menu li#end:hover {
  height: 4px;
  background: transparent url("../images/nav_3/menu_end.gif") no-repeat bottom left;
  font-size: 0;
  line-height: 0;
  }

#menu li.nofocus,
#menu li.nofocus:hover {
  width: 144px;
  color: #fff;
  font-weight: bold;
  background-color: transparent;
  padding: 10px 5px 5px 5px;
  border-bottom: 1px solid #545455;
  }