/*
  menu.css
  
  footer menu css
*/


#st_footer_menu {
  color: #c1dbe6;
  font-size: 12px;
  text-align: center;
  margin: 2px 0px 10px 0px;
}

#st_footer_menu a {
  color: #c1dbe6;
  text-decoration: none;
}

#st_footer_menu a:hover {
  text-decoration: underline;
}

#st_footer_menu a.fm_hilite {
  color: white;
}

