/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 40px; width: 940px;
    background: url("../images/menu-background.png") no-repeat top;
    padding: 0px; 
	margin: 0px;
    overflow: hidden;
    margin-left: auto ;
  	margin-right: auto ;	
}

    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;       
        width: 188px;
        text-align: center;	
				
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../images/menu-btn-trans.png") no-repeat center;
            width: 158px; height: 32px;
            z-index: 8;
            position: absolute;
			top: 4px;	
			/*border-bottom:4px solid #5da2c9;*/
			height:30px;
			position:absolute;			
			z-index:8;		
					
        }
            .lavaLamp li.back .left {
                background-color:transparent;                 
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative;
            text-decoration: none;
            text-transform: uppercase;
            text-align: center;
            font: bold 14px arial;
            color: #fff; 
			outline: none;
            text-align: center;
            height: 30px; 
			top: 7px;
            z-index: 10; 
			letter-spacing: 0;
            display: block;
            margin: auto 10px;
        }        
