div.vert_menu
{
  position: absolute;
  visibility: hidden;
  display: none;
  width:130px;
}

div.horz_menu a { display: block; float: left; }
div.vert_menu a
{
  display: block;
  float: none;
  width: 130px;
  height:22px;
  background: url(../../theme/images/menubg.gif) no-repeat;
  vertical-align: middle;
  font-weight: bold;
  text-decoration: none;
  text-align:left;
  color: #808080;
  padding-left:5px;
}

div.vert_menu a:hover
{
  color: #000000;
  background: url(../../theme/images/menucurrent.gif) no-repeat;
}

