
/* Styles for the entire LavaLamp menu */
.lavaLamp {
overflow:hidden;
position:relative;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("bg_menu_right.png") no-repeat top right !important;
	    background: url("bg_menu_right.gif") no-repeat top right ;
            width: 9px; 
	    height: 33px;
            z-index: 8;
            position: absolute;
            margin-top:7px;
	}
        .lavaLamp li.back .left {
            background: url("bg_menu.png") no-repeat top left !important;
	    background: url("bg_menu.gif") no-repeat top right ;
            height: 33px;
            margin-right: 9px;
	    float:none;
        }
        /* Styles for each menu-item. */
       .lavaLamp li a {
	    text-decoration:none;
	    z-index:10;
	}


     