/* Styles for the entire LavaLamp menu */
.lavaLamp{position:relative}
/* Force the list to flow horizontally */
.lavaLamp td{float:right}
/* Represents the background of the highlighted menu-item. */
.lavaLamp td.back{position:absolute;#z-index:-1;margin:0 0 0 4px}
.lavaLamp td.back .left{background-color:#d7d7d7;position:relative;top:0px;#top:3px;#left:-2px;height:23px;-moz-opacity:.9;filter:alpha(opacity=90)}
/* Styles for each menu-item. */
.lavaLamp td a{position:relative;#position:static;overflow:hidden;z-index:10}
        
