ul.FooterMenuUL
{
	list-style: none;
    float:left;
    width:100%;
}

ul.FooterMenuUL li
{
    float:left;
    margin:0 10px;
}
ul.FooterMenuUL li a
{
    float:left;
	text-decoration: none;
	color:#FFFFFF;
	
}

ul.FooterMenuUL li a:hover {
	color:#02b0fe;
	text-decoration:underline;
}


