 
	  
	  .lavaLamp {
            position: relative;
            height: 29px;
            width: 690px;
            padding: 15px;
			
            margin: 10px 0px 10px 240px; 
            overflow: hidden;
        }
                .lavaLamp li {
                    float: left;
                    list-style: none;
                }
                    .lavaLamp li.back {
                        background: url("lavaA.gif") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLamp li.back .left {
                            background: url("lavaA.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLamp li a {
                        font: bold 14px "Trebuchet MS";
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px; 
						*margin: auto 5px; 
                    }
                        .lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
                            border: none;
                        }

	  .lavamenu {
            position: relative;
            height: 19px;
            width: 480px;
            padding: 15px;
            margin: -40px 0px 10px 450px; 
            overflow: hidden;
        }
                .lavamenu li {
                    float: left;
                    list-style: none;
                }
                    .lavamenu li.back {
                        background: url("lavaA.gif") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavamenu li.back .left {
                            background: url("lavaA.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavamenu li a {
                        font: bold 12px "Trebuchet MS";
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px; 
						*margin: auto 5px; 
                    }
                        .lavamenu li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
                            border: none;
                        }
						
						
						