﻿/* my style start */

        .lavaLampWithImage {
            position: relative;
            height: 43px;
            width: 840px;
            margin: 0px 0 0 0px;
            padding: 5px 0 0 0;
            overflow: hidden;
            text-align: center;
            background-color: #ffffff;
            background-image: url("http://charitycards.org/images/menubar.gif"); background-repeat: no-repeat; background-position: top; }
            
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("http://charitycards.org/images/lava.png") no-repeat right -31px;
                        width: 9px; height: 31px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("http://charitycards.org/images/lava.png") no-repeat top left;
                            height: 31px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: bold 0.7em 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: 31px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }