
/* žessi er utan um menuinn uppi (haus-menu) */

a.menuitem {
    color: #DDDDDD;
    text-decoration:none;
    display:block;
    float:left;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    font-weight: bold;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 3px;
}

a.menuitemselect {
    background: #555555;
    color: #DDDDDD;
    text-decoration:none;
    display:block;
    float:left;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    font-weight: bold;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 3px;
}

a.menuitem:hover {
    background: #555555;
    color: #DDDDDD;
}

a.menuitem2 {
    color: #DDDDDD;
    text-decoration:none;
    display:block;
    float:left;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    font-weight: bold;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 3px;
}

a.menuitemselect2 {
    background: #999999;
    color: #DDDDDD;
    text-decoration:none;
    display:block;
    float:left;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    font-weight: bold;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 3px;
}

a.menuitem2:hover {
    background: #999999;
    color: #DDDDDD;
}

a.menuitem3 {
    color: #DDDDDD;
    text-decoration:none;
    display:block;
    float:left;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    font-weight: bold;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 3px;
}

a.menuitemselect3 {
    background: #999999;
    color: #DDDDDD;
    text-decoration:none;
    display:block;
    float:left;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    font-weight: bold;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 3px;
}

a.menuitem3:hover {
    background: #cccccc;
    color: #555555;
}


#leftmenu {
    overflow:hidden;
}
#leftm {
    
    margin-bottom: 15px;
    width: 155px;
}
#leftmenu a {
    display: block;
    text-decoration:none;
    padding: 3px;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
}
#leftmenu .sel {
    font-weight: bold;
    background: #DDDDDD;
}
#leftmenu a:hover {
    background: #EEEEEE;
}
#leftmenu .leftm_title {
    background: #000000 url(../images/leikhus_bg2.gif) repeat-x left bottom;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px;
    padding-left: 5px;
}
#leftmenu .leftm_lvl2 {
    padding: 1px;
    padding-left: 10px;
}
#leftmenu .leftm_lvl3 {
    padding: 1px;
    padding-left: 18px;
}