/* Styles for the entire LavaLamp menu */
.lavaLampNoImage {
    position: relative;
    height: 34px;
    padding: 0px; 
	margin: 0px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLampNoImage li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLampNoImage li.back {
            background: none;
            width: 9px; 
			height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLampNoImage li.back .left {
                background: #c10000;
                height: 30px;
                padding: 0 10px 0 10px;
            }
        /* Styles for each menu-item. */
        .lavaLampNoImage li a {
            position: relative; 
			overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: normal 11px arial;
            color: #000; 
			outline: none;
            text-align: center;
            height: 23px; 
			padding-top: 7px;
            z-index: 10; 
			letter-spacing: 0;
            float: left;
			display: block;
            margin: auto 10px;
        }
        
		 .lavaLampNoImage li.current a {
			color:#fff;
		 }
