/*--------------- Footer Menu Styles -----------------------------------------------*/
ul.FooterMenuUL
{
	list-style: none;
	margin:auto;
    float:right;
    width:100%;
padding:0 !important;
}

ul.FooterMenuUL li
{
    float:right;
    margin:0 5px;
}
ul.FooterMenuUL li a
{
    float:left;
	text-decoration: none;
	color:#ffffff;
}

ul.FooterMenuUL li a:hover {
color:yellow;
	text-decoration:none;
}



/*--------------- End of Footer Menu Styles ----------------------------------------*/
