
#menu { 
    padding-bottom: 10px;

    width: 186px;
}

#menu ul { 
    list-style-type: none;

    margin: 0;
    padding: 0;
}

.vetim #menu { 
    background: url("../images/layout/shade-menu-vetim-bottom.gif") bottom right no-repeat;
}

.vetim #menu ul { 
    background: red url("../images/layout/shade-menu-vetim-left.gif") repeat-y;
    
    padding-left: 6px;
}

.koupelny #menu { 
    background: url("../images/layout/shade-menu-koupelny-bottom.gif") bottom left no-repeat;
}

.koupelny #menu ul { 
    background: red url("../images/layout/shade-menu-koupelny-right.gif") top right repeat-y;

    padding-right: 6px;
}

#menu ul li { 
    margin: 0px;
    padding: 0;
    border-bottom: 1px solid white;

    width: 180px;
}

#menu ul li a { 
    display: block;

    height: 20px;
    line-height: 20px;

    padding-left: 30px;
}

#menu ul li.submenu a { 
    padding-left: 40px;
}

#menu ul li.subsubmenu a { 
    padding-left: 60px;
}

#menu.vetim ul li a { 
    background: #495562 url("../images/layout/arrow-vetim.gif") 10px center no-repeat;

    color: white;
}

#menu.vetim ul li.active a { 
    background: white url("../images/layout/arrow-active-vetim.gif") 10px center no-repeat;
    color: #404040;
}

#menu.vetim ul li.submenu a { 
    background: #2b323a url("../images/layout/arrow-submenu-vetim.gif") 20px center no-repeat;

    color: white;
}

#menu.vetim ul li.subsubmenu a { 
    background: #2b323a url("../images/layout/arrow-submenu-vetim.gif") 40px center no-repeat;

    color: white;
}

#menu.koupelny ul li a { 
    background: #b59b78 url("../images/layout/arrow-koupelny.gif") 10px center no-repeat;

    color: black;
}

#menu.koupelny ul li.active a { 
    background: white url("../images/layout/arrow-active-vetim.gif") 10px center no-repeat;
    color: #404040;
}

#menu.koupelny ul li.submenu a { 
    background: #514536 url("../images/layout/arrow-submenu-koupelny.gif") 20px center no-repeat;

    color: white;
}

#menu.koupelny ul li.subsubmenu a { 
    background: #514536 url("../images/layout/arrow-submenu-koupelny.gif") 40px center no-repeat;

    color: white;
}
