.menuSite {
      padding-bottom: 15px;
//      border-bottom: 1px solid #ccc; 
}
.menuSite h3 {
      color: #900; 
}
.menuSite li,ul {
      list-style-type: none;
      margin-left: 0;
      padding-left: 0;
}
.menuSite a {
      display: block;
      text-decoration: none;
      line-height: 18px;
      margin-left: 0px;
      padding-left: 5px;
      padding-top: 1px;
      padding-bottom: 1px;
      color: #000;
      border-top: 1px solid #ccc;
}
.menuSite a:hover {  
      color: #fff;
      background: #666;
}
.menuSite .indent1 { padding-left: 5px; }

.menuPage {
      padding-bottom: 15px;
//      border-bottom: 1px solid #ccc; 
}
.menuPage h3 {
      color: #900; 
}
.menuPage li,ul {
      list-style-type: none;
      margin-left: 0;
      padding-left: 0;
}
.menuPage a {
      display: block;
      text-decoration: none;
      line-height: 18px;
      margin-left: 0px;
      padding-left: 5px;
      padding-top: 1px;
      padding-bottom: 1px;
      color: #000;
      border-top: 1px solid #ccc;
}
.menuPage a:hover {  
      color: #fff;
      background: #666;
}
.menuPage .indent1 { padding-left: 5px; }
