/*--drop down menu-----------------------------------------------------*/


#dd {
margin-left:-42px;
margin-right:0px;
list-style:square;
}

#dd li {
  padding: 0;
  margin: 0px 0px 7px 0;
  list-style: none;
  float: left;
  font: bold 11px Tahoma;
}

#dd li a.menu {
  display: block;
  text-align: center;
  margin: 0 20px 0 0;
  color: #ffffff;
  /*width: 75px;*/
  text-decoration: none;
  background-image:url(/images/button.png); background-repeat:no-repeat; width:160px; height:35px;
}

#dd li a.menu:hover {
  /*background: #AF010A;*/
}

.submenu {
  background: #46402a;
  border: 1px solid #46402a;
  visibility: hidden;
  position: absolute;
  z-index: 3;
  margin-left: 1px;
  /*margin-top:-26px;*/
}

.submenu a {
  width:147px;
  display: block;
  font: bold 11px Tahoma;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #ffffff;
}

.submenu a:hover {
  background: #383100;
  color: #FFFFFF;
  text-decoration: none;
  text-weight: bold;
}





/*-[END]-drop down menu-----------------------------------------------------*/

