#menuyellow2 { 
     font-family: 'Verdana'; 
     background: #FDCA00; 
     font-size: 11px;
     width:150px;
     border-top: 4px solid #E3E3E3;
} 
#menuyellow2 UL { 
    list-style: none; 
    margin: 0; 
    padding: 0 0 0 0;
} 
#menuyellow2 LI { 
    list-style-type: none; 
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
    border-right: 0;
    border-left: 1px solid #ffffff;
}
#menuyellow2 A { 
    display: block; 
    padding:5px; 
}
#menuyellow2 A:LINK {
    color: #FFF;
    text-decoration: none;
}
#menuyellow2 A:VISITED {
    color: #fff;
    text-decoration: none;
}
#menuyellow2 A:HOVER {
    background: #fff;
    color: #CC0000;
    text-decoration: none;
}
#menuyellow1 EM {
    padding-left:20px;
    font-style: normal;
}
