/*--------------- Footer Menu Styles -----------------------------------------------*/
ul.FooterMenuUL
{
	font-family:tahoma,verdana,arial,helvetica,sans-serif;
	font-size:12px;
	list-style: none;
	margin:auto;
    float:right;
    width:100%;
}

ul.FooterMenuUL li
{
    float:right;
    margin:0 0px 0 0px;
	background:url(images/fasele.jpg) no-repeat left;
	padding:0 10px 0 10px;
}
ul.FooterMenuUL li a
{
    float:left;
	text-decoration: none;
	color:#A4A4A4;
}

ul.FooterMenuUL li a:hover {
	color:#0268b0;
	
}



/*--------------- End of Footer Menu Styles ----------------------------------------*/
