/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 31px; width: 582px;width: 624px !important;
    padding: 15px; margin: 10px 0;
    overflow: hidden;
}
/* Force the list to flow horizontally */
.lavaLamp li {
    float: left;
    background: url("../image/menu_it_bg.gif") no-repeat;
    width:72px;
    text-align: center;
    margin-left: 2px;
    list-style: none;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
    background: url("../image/menu_it_current.gif") no-repeat;
    margin-left: 0px;
    width: 9px; height: 30px;
    z-index: 8;
    position: absolute;
}
.lavaLamp li.back .left {
   
    height: 30px;
    margin-right: 9px;
}
/* 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;left: 5px; top: 7px;
    z-index: 10; letter-spacing: 0;
    float: left; display: block;
}
.lavaLamp li a:link {color: #fff; text-decoration: none;}
.lavaLamp li a:visited {color: #fff; text-decoration: none;}
.lavaLamp li a:active {color: #fff; text-decoration: none;}
.lavaLamp li a:hover{color: #fff; text-decoration: none;}
