.dhtmlmenu {
 margin: 15px 0 0 0;
 position: absolute;
 visibility: hidden;
 display: none;
 z-index: 1000;
}

* html .dhtmlmenu { 
 margin: 30px 0 0 0;
}

.dhtmlmenu a:link, .dhtmlmenu a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  
  color:white;

  display: block;
  width: 138px;
  height: 25px;

  line-height: 25px;
  vertical-align: middle;

  border: 1px solid white;
  border-top: 0;

  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;

  background-color: #AD4800;
  background-repeat:no-repeat;
  background-position:right;
}

.dhtmlmenu a:hover {
  text-decoration: none;
  color: white;
  width: 138px;

  background-color: #D15600;
}


/*
.dhtmlmenu {
 margin-top: 15px;
 margin-left: 6px;
 width: 943px;
 position: absolute;
 visibility: hidden;
 display: none;
 background-color: #AD4800;
 z-index: 1000;
}

* html .dhtmlmenu { 
 margin-top: 30px;
}

.dhtmlmenu a:link, .dhtmlmenu a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  
  color:white;

  display: block;
  width: 138px;
  height: 25px;

  float: left;

  line-height: 25px;
  vertical-align: middle;



  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;

  background-color: #AD4800;
  background-repeat:no-repeat;
  background-position:right;
}

.dhtmlmenu a:hover {
  text-decoration: none;
  color: white;
  width: 138px;

  background-color: #D15600;
}

*/