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

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 89px; width: 420px;
    background-image: url(http://chermacklaw.com/images/lava_lamp_lava.png);
	background-repeat:no-repeat;
    padding: 0px 14px 0px 14px; margin: 0 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 {
			margin-top:7px;
            background: url(http://chermacklaw.com/images/lava_lamp_bg.jpg) repeat-x right px;
            width: 9px; height: 121px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url(http://chermacklaw.com/images/lava_lamp_bg.jpg) repeat-x top left;
                height: 121px;
                margin-right: 0px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 12px times;
	color: #fff;
	outline: none;
	text-align: center;
	height: 30px;
	top: 7px;
	z-index: 10;
	letter-spacing: 0;
	float: left;
	display: block;
	margin: 45px 19px;
        }

