#menuFooter {
   padding: 0;
   margin: 0 auto 10px auto;
   width: 1200px;
   list-style: none;
   overflow: hidden;
}

#menuFooter li {
   float: right;
   position: relative;
   padding: 0;
   margin: 0 0 0 10px;
}

#menuFooter a,
#menuFooter a:link,
#menuFooter a:visited {
   display: block;
   margin: 0;
   padding: 3px 13px;
   color: #FFF;
   font-size: 86%;
   font-weight: bold;
   text-decoration: none;
}

#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 {   
   text-decoration: underline;
}

