#menu ul {
 float: right;
 list-style: none;
 width: 180px;
 margin: 0;
 padding: 0;
/* z-index: 10;*/
}

#menu li a {
/* *height: 0px;*/
 display: block;
 margin: 0;
 padding: 0;
 text-decoration: none;
 font-size: 12px;
 font-weight: bold; 
 text-align: right;
 color: #8AB679;
 border-left: 6px solid #fff;
 border-right: 0px solid #FEC485;
 background-image:url('../images/blank.gif');
 width:174px;
}


#menu li a:hover {
 color: #555; 
 padding-left: 4px; 
 padding-right: 12px;
 text-decoration: none;
 text-align: left; 
 border-left: 0px solid #fff; 
 border-right: 6px solid #FEC485; 
 background-image:url('../images/blank.gif');
 width:158px;
}

