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