#menu ul {
 list-style: none;
 margin: 0;
 padding: 0;
 z-index: 9;
}

#menu li a {
 *height: 1px;
 display: block;
 text-align: right;
 margin-bottom: 4px;
 padding: 0;
 border: 0;
 color: #fff; 
 text-decoration: none;
 font-size: 12px;
 font-weight: bold; 
}

#menu li a:hover {
 color: #E55DA7; 
}

