        .lavaLampWithImage {
            position: relative;
            height: 37px;
            width: 860px;
			background-color:#FFF;
            padding: 0px 0px 0px 20px;
            margin: 0px ;
            overflow: hidden;
			text-align:center;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        /*background: url("../images/lava.png") no-repeat right -37px;*/
							background:#FFCC00;
                        width: 12px; height: 37px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            /*background: url("../images/lava.png") no-repeat top left;*/
							background:#FFCC00;
                            height: 37px;
                            margin-right: 13px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: bold 15px arial;
                        text-decoration: none;
                        color:#999;
                        outline: none;
                        text-align: center;
                        top: 8px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 37px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 6px;    
                    }
					 .lavaLampWithImage li a:hover {
						 color:#003F7E;
					 }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
