.lavaLampWithImage {
    position: relative;
    float:right;
    margin: 0px;
    padding:0px;
    overflow: hidden;
    padding-left:25px;
    padding-right:5px;
    top:25px;
}

		
        .lavaLampWithImage li {
            float: left;
            list-style: none;
            margin-right:0px;
          	 background: url("../images/layout/menu/border.gif") no-repeat right;
        }
            .lavaLampWithImage li.back {
                background: url("../images/layout/menu/lava3.png") no-repeat right -33px;
                width: 9px; height: 33px;
                z-index: 8;
                position: absolute;
            }
                .lavaLampWithImage li.back .left {
                    background: url("../images/layout/menu/lava3.png") no-repeat top left;
                    height: 33px;
                    padding:0px;
                    margin-right: 7px; /* 7px is the width of the rounded shape */
                }
            .lavaLampWithImage li a {
                font: bold 14px trebuchet ms;
                text-decoration: none;
                color: white;
                outline: none;
                text-align: center;
                top: 7px;
                letter-spacing: 0;
                z-index: 10;
                display: block;
                float: left;
                height: 33px;
                position: relative;
                overflow: hidden;
                padding: 0px 10px 0px 10px;    
            }
                .lavaLampWithImage li a:hover{
                    border: none;
                    color:white;
                }

           
           
           
       .lavaLampNoImage {
            position: relative;
            overflow: hidden;
			float:right;
            margin:0px ;
            padding:12px 0px 5px 0px;
        }
                .lavaLampNoImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampNoImage li.back {
                        background-color: #424546;
                        width: 9px;
                        height: 20px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampNoImage li a {
                        font: 12px trebuchet ms;
                        text-decoration: none;
                        outline: none;
                        text-align: center;
                        top: 1px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        position: relative;
                        overflow: hidden;
                        padding: 0px 10px 0px 10px;  
                        color:#B8C1D2;
                    }
                        .lavaLampNoImage li a:hover {
                            border: none;
                            color:white;
                        }   
                        
                              
