کد های مربوط به اون قسمت اینجا میزارم
کد:
#topmenu {
    height:40px;
    _height:30px;
    text-align:center;
    background:url(../images/menu.png) left top repeat-x;}
.sub{
    display:none;
    border:1px solid;
    background:url(../images/menu.png) left top repeat-x;
    direction:rtl;
    padding:5px;
    cursor:pointer;
    position:absolute;
    z-index:999;
    height:20px;
    
   
    
    
}
.show:hover .sub {
            display:block;
            
        
            }