/* CSS Document */

#footerframe {
  clear: both;
  margin-left:40px;
  background-color: #4169e1;
  width: 960px;
}

#footerframe li {
  font-size: 16px;
  line-height:2em;
  width: 160px;
  background-color: #4169e1;
}
 
#footerframe li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

ul.footermenu li {
  float: left;
}