#frontLeft .drop, #frontRight .drop {
  display: none;
  position: absolute;
  left: 0;
  width: 140px;
}
#frontLeft .drop li, #frontRight .drop li {
  background-color: #d2bca6;
}
#frontLeft .drop li a, #frontRight .drop li a {
  font-size: 100%;
  padding: 2px 7px;
  color: #7d4000;
}

#frontLeft .drop li a.odd, #frontRight .drop li a.odd {
  background-color: #decfbf;
}


#fpRight .fpTop h1 a {color:#16430f;}

#fpLeft {
  float: left;
  width: 451px,
}
#fpRight {
  float: right;
  width: 451px,
}
.fpTop h1 a {
  text-transform: uppercase;
  line-height: 200%;
  font-weight: normal;
}

/******************
## FRONTPAGE ##
******************/
#leftColumn {
  display: none;
}

#mainColumn {
  float: none;
}

#frontLeft,
#frontRight {
  display: block;
}

#frontLeft .menuTitle,
#frontRight .menuTitle {
  width: 422px;
  display: block;
  background-repeat: no-repeat;
  height: 133px;
  min-height: 50px;
  margin: 0px 0px 50px -65px;  
}

* html #frontLeft .menuTitle{
  margin: 0px 0px 35px -65px;
}   

* html #frontRight .menuTitle {
  margin: 0px 0px 35px -65px;
}

#frontLeft .menuTitle {
  background-image: url(../GFX/frontpageRedSection.jpg);
}

#frontRight .menuTitle {
  background-image: url(../GFX/frontpageGreenSection1.jpg);
}

#frontLeft .menuTitle li, 
#frontRight .menuTitle li {
  background: none;
  margin: 0;
}


#frontLeft {
}

* html #frontLeft {
  margin-right: 25px;
}

#frontRight {
}

#frontLeft li,
#frontRight li {
 width: 140px;
 float: left;
 margin-right: 15px;
 position: relative;
}

#menuTitle {
 background: none;
}

#frontLeft li {
  background: #6F3014;
}

#frontRight li {
  background: #314D25;
}

#frontLeft li a,
#frontRight li a {
 padding: 7px;
 color: #fff;
 font-size: 120%;
 display: block;
}

#frontLeft .menuTitle li a,
#frontRight .menuTitle li a {
 font-size: 290%;
 line-height: 33px;
 padding: 15px 0px 0px 30px;
 width: 50px;
 display: block;
}


#frontLeft li a.sectionImage,
#frontRight li a.sectionImage {
 padding: 0px;
}