#footer{
   margin-top: 10px;
   border-bottom: 20px solid #DCE1E5;
}
#MenuFooter {
   margin: 0;
   padding: 0;
	list-style: none;
}

#MenuFooter li{
   display: inline;
	padding: 2px 0 2px 21px;
	margin: 0;
	background-repeat: no-repeat;
}

#MenuFooter a:link,
#MenuFooter a:visited {
   color: #686a69;
   font-size: 92%;
	font-weight: normal;
	text-decoration: none;
	margin: 0 20px 0 0;
	padding: 2px;
}

#MenuFooter a:focus,
#MenuFooter a:hover,
#MenuFooter a:active,
#MenuFooter a.selected:link,
#MenuFooter a.selected:visited,
#MenuFooter a.selected:focus,
#MenuFooter a.selected:hover,
#MenuFooter a.selected:active{
   text-decoration: underline overline;
}