body {
background:#f8efd7 url('bgBody.gif') repeat-x;
}

#top {
background:url('bgTop.png') no-repeat;
}

#menu {
background:url('bgMenu.gif') repeat-y;
}

#footer, #footer a {
background:#eee url('bgFooter.gif') repeat-x;
color:#575757;
}

/* *************************** Nastavenie pisma *************************** */

#login a {
color:#7f765e;
}

#login a:hover {
color:#575347;
}

#footer a:hover {
color:black;
}

/* *************************** CSS-only menu *************************** */

.menuItems li {
    background:url('b0.gif') no-repeat;
}

.menuItems li:hover a {
    background:url('b1.gif') no-repeat;
    color:#5b781a;
}

.menuItems .AspNet-Menu-Selected, .menuItems li:hover a .AspNet-Menu-Selected {
    background:url('b2.gif') no-repeat !important;
    color:#010101 !important;
}

