.lavaLamp {
    position: relative;
    height: 30px; width: 100%;
    background: url("../images/bck_menu.gif") no-repeat top;
    padding: 0; margin: 0px;
    overflow: visible;
	 float: left;
}

    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
		
/*		float:left;*/
		display: block;
		height: 31px;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../images/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../images/lava.gif") no-repeat top left;
                height: 31px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            font: bold arial;
            color: #fff; outline: none;
            text-align: center;
            height: 31px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            /*margin: auto 10px;*/
			
			width: 105px;
			margin: 0 0 0 1px;
			height: 18px;
			color:						#FFFFFF;
			font-family:				Verdana, Arial, Helvetica, sans-serif;
			font-size:					10px;
			font-weight:				bold;
			text-transform:				uppercase;
        }
