/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; 
    width: 1000px;
    overflow: hidden;
    margin:0px;
    padding:0px;
    margin-left:auto;
    margin-right:auto;
    height:67px;
}
/* Force the list to flow horizontally */
.lavaLamp li {
    float: left;
    list-style: none;
    height:67px;
}
.devider {
  background: url("/View/Images/devider.png") no-repeat right -1px;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
    width: 9px; 
    height: 10px;
    z-index: 8;
    position: absolute;
}
.lavaLamp li.back .left {
    background-color:#00ef08;
    height: 7px;
}
/* Styles for each menu-item. */
.lavaLamp li a {
    position: relative; 
    overflow: hidden;
    text-decoration: none;    
    font: bold 14px arial;
    color: #fff; outline: none;
    text-align: center;
    height: 30px; 
    top: 25px;
    z-index: 10; 
    letter-spacing: 0;
    float: left; 
    display: block;
    margin: auto 10px;
       padding-right:10px;
    padding-left:10px;
}
    