/*--------------- Footer Menu Styles -----------------------------------------------*/
ul.FooterMenuUL
{
	list-style: none;
	margin:auto;
    float:right;
    width:100%;
}

ul.FooterMenuUL li
{
    float:right;
    margin:0 5px 0 5px;
    padding-left:8px;
	border-left:1px solid #fff;
}
ul.FooterMenuUL li a
{
    float:left;
	text-decoration: none;
	color:#ffffff;
}

ul.FooterMenuUL li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}



/*--------------- End of Footer Menu Styles ----------------------------------------*/

