/*--------------- Footer Menu Styles -----------------------------------------------*/
ul.FooterMenuUL
{
	margin:auto;
    width:100%;
	display:block;
	float:right;
	padding:9px 0
}

ul.FooterMenuUL li
{
    float:right;
	display:inline-block;
    margin-left:11px;
}
ul.FooterMenuUL li a
{
    float:left;
	text-decoration: none;
	color:#FFC !important;
}

ul.FooterMenuUL li a:hover {
	color:#FFFFFF !important;
	text-decoration:none;
	
}
ul.FooterMenuUL li a span{
	border-right:1px dotted #FFC;
	padding-left:11px;
}
ul.FooterMenuUL li a:hover span{
	border-right:1px solid #FFF;
	padding-left:11px;
}

/*--------------- End of Footer Menu Styles ----------------------------------------*/
