
 .menucontainer {
     background: url("images/menu.png") repeat-x scroll 0 center rgba(0, 0, 0, 0);
     position: relative;
 }

#menu {
    width: auto;
    height: auto;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#menu li {
    position: relative;
    margin: 0;
    padding: 0 0 0 0;
    display: block;
    float: left;
    z-index: 9;
    width: auto;
}

#menu a {
    z-index: 10;
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 5px 25px;
    color: #059973;
    font: normal 15px/28px "MetrophobicRegular","Trebuchet MS", Tahoma, Arial, san-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    
    text-shadow: 1px 1px 0 rgb(245,230,145);
}


#menu li.current a {
    color: #243453;
    
    text-shadow: 0 1px 1px rgb(230, 240, 245);
}

#menu li
{
    left: 1px;
}

#menu li.current a,
#menu.js-active a:hover,
#menu.js-active a,
#menu.js-active span {
    background:none;
}
#menu.js-active ul.menu>li:hover>a {
    background:none;
}
#menu a.over {
    /*color: #739346;*/
}

/* lava lamp e7e7e7  3d4e28*/
#menu li.back {
    width: 10px;
    height: 20px;
    z-index: 8;
    position: absolute;
    padding: 0;
    margin: 0;
}

#menu li.back .left {
    padding:0;
    width:auto;
    height: 20px;
    margin: 0 5px;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
   

    /*background: rgb(223,240,245); 
    background: -moz-linear-gradient(top,  rgba(115,147,70,1) 0%, rgba(115,147,70,1) 47%, rgba(115,147,70,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(115,147,70,1)), color-stop(47%,rgba(115,147,70,1)), color-stop(100%,rgba(173,225,245,1))); 
    background: -webkit-linear-gradient(top,  rgba(115,147,70,1) 0%,rgba(115,147,70,1) 47%,rgba(115,147,70,1) 100%); 
    background: -o-linear-gradient(top,  rgba(115,147,70,1) 0%,rgba(115,147,70,1) 47%,rgba(115,147,70,1) 100%); 
    background: -ms-linear-gradient(top,  rgba(115,147,70,1) 0%,rgba(115,147,70,1) 47%,rgba(115,147,70,1) 100%); 
    background: linear-gradient(to bottom,  rgba(115,147,70,1) 0%,rgba(115,147,70,1) 47%,rgba(115,147,70,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddf3fa', endColorstr='#ade3fa',GradientType=0 );*/
}
