#menuFooter {
   margin: 0;
   padding: 0;
   list-style: none;
   float: left;
}

#menuFooter li {
   margin: 0;
   padding: 0;
   display: inline;
}

#menuFooter a,
#menuFooter a:link,
#menuFooter a:visited {
   color: #fff;
   text-decoration: none;
   padding: 1px;
   margin: 0 20px 0 0;
   padding-left: 12px;
   background-image: url(../images/bg_menufooter.gif);
   background-repeat: no-repeat;
   background-position: center left;
}

#menuFooter a:focus,
#menuFooter a:hover,
#menuFooter a:active,
#menuFooter a.selected,
#menuFooter a.selected:link,
#menuFooter a.selected:visited,
#menuFooter a.selected:focus,
#menuFooter a.selected:hover,
#menuFooter a.selected:active{
   color: #fff;
   text-decoration: underline;
}
