        .lavaLampWithImage {
	position: relative;
	height: 67px;
	width: 900px;
	/*background: url(../images/menu_bg2.jpg) no-repeat top;*/
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
	padding : 0;
}

					
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
						  padding : 0;
						  margin: 12px 7px 0 6px ;
                }
                    .lavaLampWithImage li.back {
						background:  url(../images/lava_white.png) no-repeat right -30px;
						width: 7px;
						height: 30px;
						z-index: 8;
						position: absolute;
						margin-top: 19px;
						color: #000;
						
					}
                        .lavaLampWithImage li.back .left {
									background:  url(../images/lava_white.png) no-repeat top left;
									height: 30px;
									margin-right: 7px; /* 7px is the width of the rounded shape */
									color: #000;
		
					}
                    .lavaLampWithImage li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 10px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: 4px 0 0 10px;
								   
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li.current a {
                            border: none;
									 color: #000;
                        }

        .lavaLampNoImage {
            position: relative;
            height: 67px;
				width: 950px;
            /*background-color: white;*/
            padding: 0px;
            margin: 15px 0;
            overflow: hidden;
            
        }
                .lavaLampNoImage li {
                    float: left;
                    list-style: none;
						  padding : 0;
						  margin: 12px 7px 0 0 ;
                }
                    .lavaLampNoImage li.back {
                        background-color: #e6e8ea;
                        width: 7px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
								/* for IE */
  								filter:alpha(opacity=60);
  								/* CSS3 standard */
  								opacity:0.6;
                    }
                    .lavaLampNoImage li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 35px;
                        position: relative;
                        overflow: hidden;
                        margin: 0 10px;
								
                    }
                        .lavaLampNoImage li a:hover, .lavaLampNoImage li.current a ,.lavaLampNoImage li span a:hover {
                            border: none;
									 color: #000;
									
                        }                    

        .lavaLampBottomStyle {
            position: relative;
            height: 67px;
				width: 900px;
            /*background-color: white;*/
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 5px solid blue;
                        width: 7px;
                        height: 30px;
                        z-index: 8;
								margin-top : 2px !important;
								margin-top : 4px ;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
                        }                     