#MenuFooter {
   list-style: none;
   overflow: hidden;
   position: relative;
   margin: 0 0 0 200px;
   padding: 6px 0 0 0;
}

#MenuFooter li {
   position: relative;
   float: left;
   min-width: 50px;
   margin: 0 10px 0 5px;
   padding: 0;
}

#MenuFooter h3{
   position: relative;
   display: block;
   font-size: 100%;
   height: 20px;
   font-weight: normal;
}
#MenuFooter h3 a,
#MenuFooter h3 a:link,
#MenuFooter h3 a:visited {
   position: relative;
   display: block;
   padding: 0;
   font-size: 100%;
   padding: 2px 10px;
   color: #fff;
   text-decoration: none;
   display: block;
   text-transform: uppercase;
}
#MenuFooter h3 a:focus,
#MenuFooter h3 a:hover,
#MenuFooter h3 a:active {
   position: relative;
   font-weight: normal;
   padding: 2px 10px;
   color: #fff;
   text-decoration: underline;
}
#MenuFooter h3 a:active,
#MenuFooter h3 a.selected,
#MenuFooter h3 a.selected:link,
#MenuFooter h3 a.selected:visited,
#MenuFooter h3 a.selected:focus,
#MenuFooter h3 a.selected:hover,
#MenuFooter h3 a.selected:active{
   position: relative;
   font-weight: normal;
   padding: 2px 10px;
   text-decoration: underline;
}

#MenuFooter ul {
   position: relative;
   display: block;
   list-style-type: none;  
   z-index: 50;
   margin: 0;
   padding: 0;
}

#MenuFooter li li {
   position: relative;
   display:block;
   float: none;
   min-width: 50px;
   margin: 0 0 10px 0;
   padding: 0;
}

#MenuFooter ul a,
#MenuFooter ul a:link,
#MenuFooter ul a:visited {
   position: relative;
   color: #fff;
   padding: 2px 10px;
   text-decoration: none;
   display: block;
   font-size: 86%;
}
#MenuFooter ul a:focus,
#MenuFooter ul a:hover,
#MenuFooter ul a:active {
   position: relative;
   padding: 2px 10px;
   color: #fff;
   text-decoration: underline;
}


#MenuFooter ul a.selected,
#MenuFooter ul a.selected:link,
#MenuFooter ul a.selected:visited,
#MenuFooter ul a.selected:focus,
#MenuFooter ul a.selected:hover,
#MenuFooter ul a.selected:active{
   position: relative;
   padding: 2px 10px;
   text-decoration: underline;
}
