﻿        .lavaLampWithImage {

            position: relative;

            height: 29px;

            width: 570px!important;

            /*background: url("bg.gif") no-repeat top;*/

            padding: 15px;

            margin: 0px 0;

            overflow: hidden;

			padding-top:10px;

			float:right;
			

        }

                .lavaLampWithImage li {

                    float: left;

                    list-style: none;

                }

                    .lavaLampWithImage li.back {
                        background: url("../img/menu_bg.gif") no-repeat right -28px;
                        width: 9px; height: 28px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../img/menu_bg.gif") no-repeat top left;
                            height: 28px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font-family:Arial, Arial, Helvetica, sans-serif;
						font-size:14px;
						color:#333333;
                        text-decoration: none;
                        outline: none;
                        text-align: center;
                        top: 5px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 0px; 
						padding: 0px 11px 0px 11px;
						background:none;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
							background:none;
							color:#333;
							cursor:pointer;
                        }
