.howtomenu, .howtomenu li ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 150px;
  border: 1px solid black;
}

.howtomenu li{
  position: relative;
}

.howtomenu li a{
  background: white url(../img/glossyback.gif) repeat-x bottom left;
  font: bold 12px Verdana, Helvetica, sans-serif;
  color: white;
  display: block;
  width: auto;
  padding: 5px 0;
  padding-left: 10px;
  text-decoration: none;
}

.howtomenu li ul{
  position: absolute;
  width: 155px;
  left: 0;
  top: 0;
  display: none;
}

.howtomenu li ul li{
  float: left;
}

.howtomenu li ul a{
  width: 150px;
}

.howtomenu .arrowdiv{
  position: absolute;
  right: 2px;
  background: transparent url(../img/arrow.gif) no-repeat center right;
}

.howtomenu li a:visited, .howtomenu li a:active{
  color: white;
}

.howtomenu li a:hover{
  background-image: url(../img/glossyback2.gif);
  color: #FE6500;
}

* html .howtomenu li { float: left; height: 1%; }
* html .howtomenu li a { height: 1%; }

