        .lavaLampHeader {
            position: relative;
            height: 29px;
            width: 640px;
			background: url("blueBackground.png") no-repeat top;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
			text-align: center;
        }
                .lavaLampHeader li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampHeader li.back {
                        background: url("yellowButton.png") no-repeat right -30px;
                        width: 9px; height: 34px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampHeader li.back .left {
                            background: url("yellowButton.png") no-repeat top left;
                            height: 34px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampHeader li a {
                        font: bold 16px arial;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 34px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 14px;    
                    }
                        .lavaLampHeader li a:hover, .lavaLampHeader li a:active, .lavaLampHeader li a:visited {
                            border: none;
                        }







        .lavaLampSubHeader {
            position: relative;
            height: 29px;
            width: 620px;
		/*	background: url("bg.gif") no-repeat top;	*/
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
        }
                .lavaLampSubHeader li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampSubHeader li.back {
                        background: url("greenButton.png") no-repeat right -30px;
                        width: 9px; height: 34px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampSubHeader li.back .left {
                            background: url("greenButton.png") no-repeat top left;
                            height: 34px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampSubHeader li a {
                        font: normal 14px arial;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 34px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .lavaLampSubHeader li a:hover, .lavaLampSubHeader li a:active, .lavaLampSubHeader li a:visited {
                            border: none;
                        }
