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