div.artMenu {
    font-size: 14px;
    font-family: Tahoma, Verdana, Arial;
    color:white;
    width:192px;
}
div.menupoint_almenus {
    width:192px;
    float:left;
    background-image:url(../images/gomb.jpg);
    cursor:pointer;
}
div.menupoint {
    width:192px;
    height: 39px;
    float:left;
    background-image:url(../images/gomb.jpg);
    cursor:pointer;
}
div.menupoint_over {
    width:192px;
    height: 39px;
    float:left;
    background-image:url(../images/gomb_over.jpg);
    cursor:pointer;
}
div.menupoint_al {
    width:192px;
    height: 20px;
    float:left;
    font-family: Tahoma;
    font-size:11px;
    background-image:url(../images/gomb_al.jpg);
    cursor:pointer;
}
div.menupoint_over_al {
    width:192px;
    height: 20px;
    float:left;
    font-family: Tahoma;
    font-size:11px;
    background-image:url(../images/gomb_al_over.jpg);
    cursor:pointer;
}
.menu_cim {
    position:relative;
    font-size:14px;
    color:white;
    font-weight:bold;
    float:left;
    width:88%;
    padding-top:3px;
    padding-left:20px;
}
.menu_cim_al {
    font-size:11px;
    color:#e0e0e0;
    font-weight:none;
    padding-left:30px;
    float:left;
    width:88%;
    padding-top:3px;
}
span.alcim {
    clear:both;
    font-size:11px;
    color:black;
    padding-left:20px;
} 
div.menu_separator {
    width:0px;
    height:0px;
    clear:both;
}
