/*------------------------------------------------------*/
/*-------Menulamp---------------------------------------*/
/*------------------------------------------------------*/

.menu-lamp{
     z-index: 1;
     height: 25px;
     position: absolute;
     font-size: 6px;
}

.menu-lamp-top{
    background: url("images/lava/lamp-top-inner.gif") no-repeat top right;
    z-index: 1;
    height: 9px;
    padding-right: 10px;
}

.menu-lamp-top-inner{
    background: url("images/lava/lamp-top.gif") no-repeat top left;
    height: 9px;
    z-index: 1;
}

.menu-lamp-centre{
    background-color: #3463b1;
    z-index: 1;
    height: 7px;
    margin: 0px;
    padding: 0px;
    border: none;
}

.menu-lamp-bottom{
    background: url("images/lava/lamp-bottom-inner.gif") no-repeat right;
    z-index: 1;
    height: 9px;
    padding-right: 10px;
}

.menu-lamp-bottom-inner{
    background: url("images/lava/lamp-bottom.gif") no-repeat left;
    height: 9px;
    z-index: 1;
}

