/* Styles for the entire LavaLamp menu */

div.menu ul {
    /* position: relative; */
    height: 44px; 
    width: 910px;
    background: url(../images/newNavBar.png) left center no-repeat;
    padding: 1px;
    overflow: hidden;
    /* left: -25px; */
    margin: 0px 0px; 
    z-index: 2;
}

div.menu ul {
	margin: 0px;
	padding: 0px;
}
    /* Force the list to flow horizontally */
div.menu ul li {
        float: left;
        list-style: none;
        margin-right: 10px;
    }
    
div.menu ul li:first-child {
    	margin-left: 30px;
    }
        /* Represents the background of the highlighted menu-item. */
div.menu ul li.back {
            background: url("../images/lava2.png") no-repeat right -30px;
            /*width: 9px; */
            height: 30px;
            z-index: 8;
            position: absolute; 
        }

div.menu ul li.back .left {
                background: url("../images/lava2.png") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
            
        /* Styles for each menu-item. */
div.menu ul li a {
            /* position: relative; 
            overflow: hidden; */
            text-decoration: none;
            text-transform: uppercase;
            /*font: bold 14px Helvetica,"Lucide Grande",Arial,sans; */
            color: #fff; 
            outline: none;
            text-align: center;
            height: 30px; 
            /*top: 7px; */
            z-index: 10; 
            letter-spacing: 0;
            float: left; 
            display: block;
            margin: 5px 10px;
        }

