div.dhtml_menu div.vert_menu
{
  position: absolute;
  visibility: hidden;
  
}



div.dhtml_menu div.horz_menu a { display: block; float: left;}
div.dhtml_menu div.vert_menu a { display: block; float: none;}

div.dhtml_menu div.vert_menu
{
  border-bottom: 1px solid #000000;
}

div.dhtml_menu div.horz_menu a,
div.dhtml_menu div.vert_menu a
{
  width:       180px;
  height:      25px;
  line-height: 24px;
  vertical-align: middle;
  



  border: 1px solid #000000;

  text-decoration: none;
  font-family: \'Impact\',;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;

  background: url('images/button.gif')
              180px
              25px;
  background-color: #ffffff;
}

div.dhtml_menu div.horz_menu a
{

  margin-right:  -1px;
}

div.dhtml_menu div.vert_menu a
{
  margin-bottom: -1px;
}

div.dhtml_menu div.horz_menu a:hover,
div.dhtml_menu div.vert_menu a:hover
{
  color: #eecf1f;

  background: url('images/buttonhover.gif')
              180px
              25px;
  background-color: #ffffff;
}

div.dhtml_menu div.horz_menu a.parent,
div.dhtml_menu div.vert_menu a.parent
{
  color: #ffffff;

  background: url('images/buttonmain.gif')
              180px
              25px;
  background-color: #ffffff;
}

div.dhtml_menu div.horz_menu a.active,
div.dhtml_menu div.vert_menu a.active,
div.dhtml_menu div.horz_menu a.active:hover,
div.dhtml_menu div.vert_menu a.active:hover
{
  color: #ffffff;

  background: url('images/buttonmainhover.gif')
              180px
              25px;
  background-color: #ffffff;
}
