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

.lavaLamp {
	padding: 0;
    position: relative;
    height: 30px; width: 500px;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
		font-family: Rockwell, Arial, Helvetica, sans-serif;
		font-size: 1.8em;
		
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("images/lava3.png") no-repeat right -30px;
            width: 9px; height: 60px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("images/lava3.png") no-repeat top left;
				
                height: 60px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a,
		.lavaLamp li a:visited {
            position: relative; overflow: hidden;
            text-decoration: none; 
            color: #fff; outline: none;
            text-align: center;
            height: 60px; top: 5px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: 0 10px;
        }
		

