#footer ul{
   float: right;
   margin: 0;
   padding: 0;
   list-style: none;
}
#footer ul li{
   display:inline;
   margin: 0;
   padding: 0 18px 0 0;
}
#footer ul a,
#footer ul a:link,
#footer ul a:visited {
   font-size: 92%;
   color : #40515E;
   font-weight: bold;
   text-decoration : none;
}

#footer ul a:focus,
#footer ul a:hover,
#footer ul a:active,
#footer ul a.selected,
#footer ul a.selected:link,
#footer ul a.selected:visited,
#footer ul a.selected:focus,
#footer ul a.selected:hover,
#footer ul a.selected:active{
   text-decoration: underline;
}