ul, li {
    padding:0px;
    margin:0px;
}

/* Holders */
.mnu0 {
  float:left;
  margin:0;
  padding:0;
}

#mnu0node {
}

/* Items */
.mnu0item {
  list-style: none;
  font-size:16px;
  padding:3px;
  float:left;
  width:114px;
  height:24px;
  margin-top:66px;
  margin-right:10px;
  text-align:center;
  background-image:url(../../images/menutab.gif);
  background-repeat:no-repeat;
}
.mnu0itemP {
  list-style: none;
  font-size:16px;
  padding:3px;
  float:left;
  width:114px;
  height:24px;
  margin-top:66px;
  margin-right:10px;
  text-align:center;
  background-image:url(../../images/menutab.gif);
  background-repeat:no-repeat;
}
.mnu0items {
  list-style: none;
  font-size:16px;
  padding:3px;
  float:left;
  width:114px;
  height:24px;
  margin-top:66px;
  margin-right:10px;
  text-align:center;
  font-weight:bold;
  background-image:url(../../images/menutab_s.gif);
  background-repeat:no-repeat;
}

/* Links */
.mnu0link {
    color: #505050;
    text-decoration: none;
}
.mnu0link:hover {
    color: black;
    text-decoration: none;
}

