@charset "utf-8";
/* CSS Document */

/* Styles for the entire LavaLamp menu */
.lavaLamp {
	float:right;
    height: 48px; width: 385px;
    padding: 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url(../images/lava.gif) no-repeat right -48px;
            width: 9px; height: 48px;
            z-index: 8;
			position:absolute;
			top:42px;
			margin:0 5px 0 0;
        }
            .lavaLamp li.back .left {
                background: url(../images/lava.gif) no-repeat top left;
                height: 48px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 13px;
            color: #4c4b5a; outline: none;
            text-align: center;
            height: 30px; line-height:25px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }