        .lavaLampWithImage {
            position: relative;
            height: 42px;
            width: auto;
            background: url("../images/top_menu_bg.jpg") repeat-x top;
            padding: 0px;
            margin: 0px 0;
            overflow: hidden;
			color:#FFF;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("../images/lava.png") no-repeat right -38px;
                        width: 9px; height: 42px;
                        z-index: 8;
                        position: absolute;
						margin: 2px 0;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../images/lava.png") no-repeat top left;
                            height: 42px;
                            margin-right: 5px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: bold 12px arial;
                        text-decoration: none;
                        color: #FFF;
                        outline: none;
                        text-align: center;
                        top: 5px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 42px;
                        position: relative;
                        overflow: hidden;
                        margin: 7px 10px;
                    }
					.lavaLampWithImage li a:hover
					{
						color:#670133;
					}
					.lavaLampWithImage li:hover a
					{
						color:#670133;
					}
					.lavaLampWithImage li.current a
					{
						color:#A68303;
					}
					.Activate a
					{
						color:#670133;
					}
					.DeActivate a
					{
						color:#FFF;
					}