div.artMenu {
    font-size: 10px;
    font-family: Tahoma, Verdana, Arial;
    color:white;
    width:192px;
}
div.menupoint_almenus {
    width:199px;
    float:left;
    background-image:url(../images/gomb.jpg);
    cursor:pointer;
}
div.menupoint {
    width:199px;
    height:34px;
    float:left;
    background-image:url(../images/gomb.jpg);
    cursor:pointer;
}
div.menupoint_over {
    width:199px;
    height:34px;
    float:left;
    background-image:url(../images/gomb_over.jpg);
    cursor:pointer;
}
div.menupoint_al {
    width:199px;
    height:18px;
    float:left;
    font-family: Tahoma;
    font-size:10px;
    background:#353535;
    cursor:pointer;
    border-bottom:1px dotted #8F8F8F;
}
div.menupoint_over_al {
    width:199px;
    height:18px;
    float:left;
    font-family: Tahoma;
    font-size:10px;
    background:#557E16;
    cursor:pointer;
    border-bottom:1px dotted #8F8F8F;
}
.menu_cim {
    font-size:14px;
    color:rgb(218,218,218);
    font-weight:bold;
    padding-top:8px;
    padding-left:38px;
}
.menu_cim_al {
    font-size:10px;
    color:#e0e0e0;
    font-weight:none;
    padding-top:6px; 
    padding-left:20px;
}
span.alcim {
    clear:both;
    font-size:10px;
    color:black;
    padding-left:20px;
}
div.menu_separator {
    width:0px;
    height:0px;
    clear:both;
}