div#menu {
    height:27px !important;
    background-color:#fff;
    width:500px;

    position:relative;
    top: 10px;
}
div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 3px;
}
div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}
div#menu a:hover, div#menu a:hover span { color: #304978; }
div#menu li.current a {}
div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
    height: 25px;
}

/* menu::level1 */
div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: normal 12px Trebuchet MS;

    /*border: solid 1px;*/
    height: 25px;

    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #636363;
}
div#menu span {
    margin-top: 0px;    
    font-family: 'Century Gothic';
    font-size:11px !important;
    font-weight:bold;
    vertical-align:middle !important;
}/**@replace#1*/
div#menu li { background: url(images/main-delimiter.png) 98% 4px no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul {
    position: absolute;
    top: 25px;
    left: -999em ;
    width: 160px !important;
    padding: 3px 0 0 0;
    background: #fff !important;
    margin-top:0px !important;
    padding-left:0px !important;
}
div#menu ul ul li {
    min-width: 100px !important;
    background: #fff;

    padding-left:0px !important;
    margin-left: 0px !important;

    border-bottom-style: solid !important;
    border-bottom-width:thin;
    border-bottom-color: #d6d7d8 !important;

    border:solid thin #d6d7d8 !important;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;

    left: 0px !important;
    padding-left:0px !important;
    margin-left: 0px !important;
    width: auto !important;
}
div#menu ul ul a:hover span {
    background-color: #304978;
    color: #fff !important;
}
div#menu ul ul span {
    margin-top: 0;
    padding-left: 5px !important;
    color:#636363 !important;
    text-align: left;
}


/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
    background: #538DE6!important;
    /*background: url(images/glossyback.gif) repeat !important ;
    background-position: 0px 0px !important;*/
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }


div#menu li.back {
    background: url(images/lava_modifcado.png) no-repeat right -27px !important;
    width: 13px;
    height: 34px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(images/lava_modifcado.png) no-repeat top left !important;
    height: 27px;
    margin-right: 8px;
}

