        .lavaLampWithImage {
            position: relative;
            height: 29px;
            width: 932px;
            background:url(../images/search_img_blue.jpg) top;
			background-repeat:repeat-x;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
			z-index:20;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background:url(../images/lava2.jpg) no-repeat right -10px;
                        width: 9px; height: 60px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background:url(../images/lava2) no-repeat top left;
                            height: 39px;
                            margin-right: 0px; /* 7px is the width of the rounded shape */
                        }
						
					.menu_items{
					z-index:20;
					}
                    .lavaLampWithImage li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color:#FFFFFF;
                        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;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;color:#FFFFFF;
                        }

/*-------------------------------------- home--------------------------------*/
