.header-layout
{
    background: url(header-green.png) no-repeat;
}

#menu li:hover a
{
    background: url(menu-green.png) repeat-x;
}

#menu li ul li
{
    background: url(menu-li-green.png) no-repeat;
}

#menu li ul li:hover
{
    background: url(menu-li-hover-green.png) no-repeat;
}

#footer-layout
{
    background: url(footer-green.png) no-repeat;
}

.novica-header
{
    background: url(news-green.png) repeat-x;
}

div.lep_div
{
    margin-top:5px;
    width:750px;
    padding:10px;
    background-color: #BBECC4;
    border:1px solid #2CD84D;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

div.lep_div_temen
{
    margin-top:5px;
    width: 750px;
    padding: 10px;
    background-color: #77D166;
    border:1px solid #5CBA4A;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
