
 .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;
    min-width: 60px;
    padding: 3px 15px;
    color: #dbaf23;
    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: #3d4e28;
}

/* lava lamp */
#menu li.back {
    width: 10px;
    height: 38px;
    z-index: 8;
    position: absolute;
    padding: 0;
    margin: 0;
}

#menu li.back .left {
    padding:0;
    width:auto;
    height: 38px;
    margin: 0 5px;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;

    background: rgb(223,240,245); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(223,243,245,1) 0%, rgba(203,235,245,1) 47%, rgba(173,225,245,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,243,245,1)), color-stop(47%,rgba(203,235,245,1)), color-stop(100%,rgba(173,225,245,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(223,243,245,1) 0%,rgba(203,235,245,1) 47%,rgba(173,225,245,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(223,243,245,1) 0%,rgba(203,235,245,1) 47%,rgba(173,225,245,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(223,243,245,1) 0%,rgba(203,235,245,1) 47%,rgba(173,225,245,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(223,243,245,1) 0%,rgba(203,235,245,1) 47%,rgba(173,225,245,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddf3fa', endColorstr='#ade3fa',GradientType=0 ); /* IE6-9 */
}
