#kFooterMenu
{
  list-style-type: none;
  list-style-position: none;
  margin: 0 auto;
  text-align: center;
  font-size: 0.7em;
  padding-top: 16px;
}
#kFooterMenu li
{
  display:inline;
  margin: 0 4px;
}
#kFooterMenu a { text-decoration:none; }
#kFooterMenu a:hover { text-decoration:underline; }

.cSummer #kFooterMenu, .cSummer #kFooterMenu a{color: #5b3408;}
.cWinter #kFooterMenu, .cWinter #kFooterMenu a{color: #003E8B;}

.cSummer #kFooterMenu a:hover{ color: #996600; }
.cWinter #kFooterMenu a:hover{ color: #1F77E4; }
#kFooterMenu  .cSeparator
{
margin:0;
}

#kFooter
{
  margin: 0 auto;
  width:809px;
  height:29px;

}
.cSummer #kFooter
{
  background: url(graph/footer.png) top left no-repeat;
}
.cWinter #kFooter
{
  background: url(graph/winter/footer.png) top left no-repeat;
}

