        .lavaLampWithImage {
            position: relative;
            height: 34px;
            padding:0px 0px 0px 12px;
            overflow: hidden;
			margin:0px 0px 0px 0px;
			float:left;
			width:697px;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
					top: 0px;

                }
                    .lavaLampWithImage li.back {
                        background: url("lava.gif") no-repeat right -34px;
                        width: 16px; height: 35px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("lava.gif") no-repeat top left;
                            height: 35px;
                            margin-right: 10px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: normal 13px "trebuchet MS", Arial, Tahoma;
                        text-decoration: none;
                        color: #FFF;
                        outline: none;
                        text-align: center;
                        top: 9px;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 34px;
                        position: relative;
                        overflow: hidden;
						padding:0px 14px 0px 10px;

                    }
                        .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
							color: #FFF;
                        }
						.lavaLampWithImage li a:hover{
							color:#FFF;
						}
						

						
						.lavaLampWithImage li.current a span{
							color:#FFF;
						}

        .lavaLampNoImage {
            position: relative;
            height: 35px;
            width: 100%;
            background-color: white;
            padding: 10px;
            margin: 0px 0;
            overflow: hidden;
            border: 1px solid gray;
        }
                .lavaLampNoImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampNoImage li.back {
                        border: 1px solid #000;
                        background-color: #e6e8ea;
                        width: 22px;
                        height: 52px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampNoImage li a {
                        font: normal 13px "trebuchet MS", Arial, Tahoma;
                        text-decoration: none;
                        color: #FFF;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 52px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }
                        .lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
                            border: none;
							color:#FFF;
                        }                    
.lavaLampWithImage li a span{
	font-size:13px;
}
        .lavaLampBottomStyle {
            position: relative;
            height: 51px;
            width: 100%;
            background-color: white;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
            border: 1px solid gray;
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 5px solid blue;
                        width: 22px;
                        height: 52px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a {
                        font: normal 13px "trebuchet MS", Arial, Tahoma;
                        text-decoration: none;
                        color: #FFF;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 52px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
                        }                     