/*--------------- Footer Menu Styles -----------------------------------------------*/
.FooterRowst {
   
}

.footerMenu .FooterMenuUL {
    display: table;
    margin: 20px auto 30px auto;
    list-style: none;
    font-family: byekan, tahoma;
    text-align: center;
    vertical-align: middle;
    padding-right: 0px;
}
ul.FooterMenuUL
{
	list-style: none;
	margin:auto;
}

ul.FooterMenuUL li
{
    float:right;
    margin:0 10px 0 10px;
}
ul.FooterMenuUL li a
{
    float:left;
	text-decoration: none;
	color:black;
}

ul.FooterMenuUL li a:hover {
	color:#676464;
	text-decoration:none;
}



/*--------------- End of Footer Menu Styles ----------------------------------------*/
