#footer {
  float:left;
  height:31px;
  width:100%;
  background:#DAE0D2 url("../image/bgFooter_blue.gif") repeat-x top;
  font-size:93%;
  line-height:normal;
	padding:0 0 0 9px;
  }
#footer ul {
  margin:0;
  padding:0px 0px 0;
  list-style:none;
  }
#footer li {
  float:left;
  background:url("../image/leftFooter_blue.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#footer a {
  float:left;
  display:block;
  background:url("../image/rightFooter_blue.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#000;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#footer a {float:none;}
/* End IE5-Mac hack */
#footer a:hover {
  color:#FFFF33;
  }
#footer #current {
  background-image:url("../image/leftFooter_on.gif");
  }
#footer #current a {
  background-image:url("../image/rightFooter_on.gif");
  color:#000;
  padding-bottom:5px;
  }
