/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 80px !important; width: 550px !important;
    background: url("/wp-includes/images/bg.png") no-repeat top !important;
    padding: 15px !important; margin: 10px 0 !important;
    overflow: hidden !important;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left !important;
        margin-left:5px !important;
        list-style: none !important;
    }
    .subNav li{
        margin-left:0px !important;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("/wp-includes/images/lava.png") no-repeat right -30px !important;
            width: 9px; height: 30px !important;
            z-index: 8 !important;
            position: absolute !important;
        }
            .lavaLamp li.back .left {
                background: url("/wp-includes/images/lava.png") no-repeat top left !important;
                height: 30px !important;
                margin-right: 9px !important;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative !important; overflow: hidden !important;
            text-decoration: none !important;
            text-transform: uppercase !important;
            font: bold 14px arial !important;
            color: #333; outline: none !important;
            text-align: center !important;
            height: 30px !important; top: 7px !important;
            z-index: 10 !important; letter-spacing: 0 !important;
            float: left !important; display: block !important;
            margin: auto 10px !important;
        }
        .subNav li a, .dark {
        	color: #AAA !important;
        }
        