        .lavaLampWithImage {
            position: absolute;
            height: 46px;
            margin: 0px 0;
            overflow:visible;
        }


                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                    
                }
                    .lavaLampWithImage li.back {
                        background: url("images/active.png") no-repeat scroll 50% 0 transparent;
                        width: 46px; height: 46px;
                        z-index: 8;
                        position: absolute;
                    }

                    .lavaLampWithImage li a {
                        font: bold 10px arial;
                        text-decoration: none;
                        color: #fff;
                        text-shadow: #292929 1px 2px 1px;
                        outline: none;
                        text-align: center;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        top:20px;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;

                        margin: auto 10px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }


.wrapper2 {
margin:0 auto;
width:990px;
}
#toolbar {
background: url("images/toolbar.png") repeat-x top;
position: relative;
height:46px;
}
#topnav {
height:46px;
margin:0;
padding:0;
position:relative;
z-index:1000;
}

