#footer_menu li {
 list-style: none;
 float: left;
 font-size:12px;
 padding: 12px 14px 14px 14px;
 border-right:1px solid #111111;
 border-left:1px solid #444444;
 background:#3E3E3E;
 
 /* CSS3 Stylings - Creates the gradient background */
 background: -moz-linear-gradient(top, #3E3E3E, #313131);
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3E3E3E), to(#313131));
}

#footer_menu li:hover li { /* Drop up default lists */
 float: none;
 background:none;
 border:none;
 border-bottom:1px solid #161616;
 padding:12px 10px 12px 10px;
}

Add a code snippet to your website: www.paste.org