/* Styles for the entire LavaLamp menu */

    .digg.forLavaLamp {
        position: absolute;
        left: 600px;
        top: 15px;
    }
    
 .lavaLampBottomStyle {
            position: relative;
            height: 35px;
            width: 600px;
            background-color: white;
            padding: 4px;
            margin: 2px 0;
            overflow: hidden;
            border: none;
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 3px solid #aaa;
                        width: 7px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a {
                        font: 14px arial;
                        text-decoration: none;
                        color: #000;
                        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.active {
                        font: bold 14px arial;
                        text-decoration: underline;
                        color: #000;
                        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 {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #000;
                        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.visited {
                            border: none;
                        }
body {
font-size : 12px;
font-family : arial;
color : #000;
background : #fff;
} 