/* ----- menu on footer CSS  ---- */

.content_footer_menu {background-color: #b5bec3;font-family: Verdana; font-size: 11px; color: #fff;}

ul.footer_menu {background-color: #b5bec3; font-size:11px; padding: 20px; margin:0; width: 100%; color: #fff;}

.footer_menu, .footer_menu ul { line-height:1; margin:0; padding:0;}
.footer_menu li { float:left; padding:20px; margin: 0; list-style: none; list-style-position: inside; width: 90px;}
.footer_menu a{ color: white; text-decoration: none;}
.footer_menu a:hover { color:#fff;}
.footer_menu ul { margin:0; padding: 6px 0 0 0; width: 90px; border-bottom: 1px solid white;}
.footer_menu li li{float: none;padding: 0 20px 20px 0; width: 90px; border-top: 1px solid white;}
.cleaner{clear: both;}
.current_page_item a{color: #fff;}
.footer_menu .current_page_item li a{color: white;}
