
ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  text-decoration: none;
}

ul.nice-menu li {
/*  border-right: 1px solid #ccc; */
  border-top: 0;
  float: left;
  margin: 0;
  padding-left: 0;
  background-image: url(nav_b_small.gif);
  background-position:left;
  background-repeat:no-repeat;
  height: 31px;

}

ul.nice-menu a {
  padding: 0.7em 24px 0.3em 24px; 
  color: #000;
  font-weight: bold;
}

ul.nice-menu a:hover {

  color: #09c;

}

ul.nice-menu a.active {

  color: #09c;

}

ul.nice-menu ul {
  top: 2.5em;
  left: -1px;
  border: 0;
  margin-right: 0;
}

ul.nice-menu ul li {
font-size: 10px;
}
/******************************
 HORIZONTAL (down) menus
*******************************/

ul.nice-menu-down {
  float: left;
  border: 0;
}

ul.nice-menu-down li {
  border-top: 0px;

}

ul.nice-menu-down li li {
    border-top: 0;
    width: 251px;
	background: url('menubg.gif');
}
li#menu-306 {
    width: 120px;
}
li#menu-307 {
    width: 121px;
}

ul.nice-menu-down ul {
  left: 0;
}

ul.nice-menu-down ul li {
  clear: both;
}

ul.nice-menu-down li ul li ul {
  left: 12.5em;
  top: -1px;
}

ul.nice-menu-down .menuparent a {
  padding-right: 15px;

}

