body { }
td { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }
.main   { color: #373737; font-weight: normal; font-size: 12px; line-height: 150%; font-family: Verdana, Arial, Helvetica, sans-serif }
.whiteText      { color: white; font-weight: bold; font-size: 10px; text-decoration: none }
.brownText  { color: #684729; line-height: 150% }
.orangeText   { color: #e34f00; font-size: 11px }
.orangeTextSmall    { color: #e34f00; font-size: 10px; text-decoration: none }
.smallText   { font-size: 10px }
.rightLinks  { color: #ab3e05; font-size: 11px; text-decoration: none }
.rightLinks a   { color: #ab3e05; font-size: 11px; text-decoration: none }
.specs { font-size: 10px }

/*
.menu{ background-color: #AB3E05 }
a:hover.menuItem  { background-color: #e34f00; width: 100% }
*/

div.menu, div.menu a.menuItem {
  color: #000000;
}

div.menu {
  background-color: #AB3E05;
  border: 0px;
  position: absolute;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
 background-color: #AB3E05;
  color: #ffffff;
  cursor: default;
  display: block;
  text-decoration: none;
  /*white-space: nowrap;*/
}

div.menu a.menuItem:hover{
  background-color: #E34F00;
  width: 100%
}
