html ul#menu2, ul#menu2 ul {
  list-style-type:none;
  margin: 0px;
  padding: 0px;
  text-align: left;
  margin-top: 0px;
  width: 185px;
  height:: 22px;
}

ul#menu2, ul#menu2 ul {
  list-style-type:none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}


ul#menu2 a {
  display: block;
  text-decoration: none;
  margin-top: 0px;
  width: 185px;
  height:: 22px;
}


html ul#menu2 li {width:100%;}
html ul#menu2 li a {width:100%;}


ul#menu2 li {
  margin-top: 0px;
  display: inline;
  margin-top: 0px;
}

ul#menu2 li a {
  background: #333;
  background-image: url(images/nav.jpg);
  color: #CCC;
  font-weight: bold;
  width: 185px;
  height:: 22px;
  padding-top: 4px;
  padding-bottom: 4px;
  /*margin-bottom: 1px;*/
}

ul#menu2 li a:hover {
  background: #000;
  background-image: url(images/nav_2.jpg);
  color: #ff5f17;
  font-weight: bold;
  width: 185px;
  height:: 22px;
  padding-top: 4px;
  padding-bottom: 4px;

}


ul#menu2 li ul a {
  background: #000;
  background-image: url(images/nav_3.jpg);
  width: 185px;
  height:: 22px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 0px;

}

ul#menu2 li ul a:hover {
  background: #000;
  background-image: url(images/nav_3.jpg);
  width: 185px;
  height:: 22px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 0px;

}