#menutop-wrapper {
    position: absolute;
    top: 0px;
    right: -70px;
    z-index: 1;
}

#menutop {
    padding: 45px 55px 0px 55px;
    float: right;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
}

#menutop li {
    margin: 0 20px 0 0;
    float: left;
    line-height: 36px;
    height: 36px;
    color: #817f7f;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
}

#menutop li a:hover .select, #menutop li a:active .select {
    /*	background-image:url(../images/nav_select.png);
     background-position:bottom;
     background-repeat:no-repeat;*/
    background-color: #96e028;
    height: 5px;
    margin-top: 15px;
}

#menutop li.home {
    margin-right: 130px;
}

#menutop li.home a {
    display: block;
}

#menutop li a {
    color: #FEFEFE;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}
#menutop li.lang a{
	color: #c0c0c0;
}
#menutop li a:active, #menutop li a:active, #menutop li a:focus, #menutop li a:hover {
    color: #1B1B1B;
    text-decoration: none;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    /*
     background: url("bg.gif") no-repeat top;
     */
    padding: 0px;
    margin: 0px 0;
    overflow: hidden;
}

/* Force the list to flow horizontally */
.lavaLamp li {
    float: left;
    list-style: none;
}

/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
    background: url("lava-left.png") no-repeat left 0px;
    width: 9px;
    height: 36px;
    z-index: 8;
    position: absolute;
}

.lavaLamp li.back .left {
    background: url("lava.png") no-repeat top right;
    height: 36px;
    padding-right: 10px;
}

/* Styles for each menu-item. */
.lavaLamp li a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    font: bold 14px arial;
    color: #fff;
    outline: none;
    text-align: center;
    height: 30px;
    top: 7px;
    z-index: 10;
    letter-spacing: 0;
    float: left;
    display: block;
    margin: auto 10px;
}

