body {
  margin: 0px;
}
.menu {
  text-decoration: none;
  color: #111111;
}

a.menu1:hover {
  text-decoration: none;
  color : #B0975C;
  font-size : 11px;
  font-weight: normal;
}

.menu1 {
  text-decoration: none;
  color: #fff;
  font-size : 11px;
  font-weight: normal;
  padding-right: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.menuActive1 {
  text-decoration: none;
  color: #A19366;
  font-size : 11px;
  font-weight: normal;
  padding-right: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

a.menu2:hover , .menuSpecial2:hover {
  text-decoration: none;
  color : #fff;
  font-size : 11px;
  font-weight: normal;
}

.menu2 , .menuSpecial2 {
  text-decoration: none;
  color: #857041;
  font-size : 11px;
  font-weight: normal;
  padding-right: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.menuActive2 , .menuActiveSpecial2 {
  text-decoration: none;
  color: #fff;
  font-size : 11px;
  font-weight: normal;
  padding-right: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
    
}

a.menu3:hover {
  text-decoration: none;
  color : #fff;
  font-size : 10px;
  font-weight: normal;
}

.menu3 {
  text-decoration: none;
/*
  color: #857041;
*/
  color: #A19366;
  font-size : 10px;
  font-weight: normal;
  padding-right: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.menuActive3 {
  text-decoration: none;
  color: #fff;
  font-size : 10px;
  font-weight: normal;
  padding-right: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: uppercase;
    
}

a.menu4:hover {
  text-decoration: none;
  color : #fff;
  font-size : 10px;
  font-weight: normal;
}

.menu4 {
  text-decoration: none;
  color: #A19366;
  font-size : 10px;
  font-weight: normal;
  padding-right: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.menuActive4 {
  text-decoration: none;
  color: #fff;
  font-size : 10px;
  font-weight: normal;
  padding-right: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
    
}

.footer {
  text-decoration: none; 
  font-size: 9px;
  font-weight: bold;
  color: #000000;
}
.line {
  height: 13px !important; height: 13px;
  background: url('/images/bg_spacer/line.gif') 0px 0px repeat-x;

}



