        .lavaLampWithImage {
            position: relative;
            height: 25px;
            width: 844px;
            overflow: hidden;
			margin:0; padding:0;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
					margin:0 5px;
                }
                    .lavaLampWithImage li.back {
                        background: url(../images/lava.gif) no-repeat right -25px;
                        width: 7px; height: 25px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url(../images/lava.gif) no-repeat top left;
                            height: 25px;
                            margin-right: 7px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: bold 14px "Trebuchet MS";
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 2px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
						width:92px;
                        position: relative;
                        overflow: hidden;
						background:#0d72a8;
						border:1px solid #00334e; 
                    }
                        .lavaLampWithImage li a:hover{
                            border: none;
							color:#FFFF66
                        }
               
