#menuContainer {
background: url(graphics/menuBG.jpg) 0 0 no-repeat;
height: 40px;
width: 1000px;
}
#lavaLampVariableImage {
            position: relative;
            width: 950px;
            padding: 0px;
            margin: 0px;
            
            overflow: hidden;
        }
                #lavaLampVariableImage li {
                    float: right;
                    list-style: none;
margin: 2px 7px 0 7px;
                }
                
                    #lavaLampVariableImage li.back {
                        background: url(graphics/sliderRight.gif) no-repeat top right;
                        width: 17px;
                        z-index: 8;
                        position: absolute;
                    }
                        #lavaLampVariableImage li.back .left {
                            background: url(graphics/sliderBG.gif) no-repeat top left;
                            height: 100%;
                            margin-right:15px;
                        }
                        #lavaLampVariableImage li.back .corner {
                            background: url(graphics/sliderCorner.gif) no-repeat bottom right;
							height:17px;
							width:15px;
							position:absolute;
							bottom:0px;
							right:0px;
                        }
                        #lavaLampVariableImage li.back .bottom {
                            background: url(graphics/sliderBottom.gif) no-repeat bottom left;
							height:17px;
							width:100%;
							position:absolute;
							bottom:0px;
							left:0px;
                        }
                    #lavaLampVariableImage li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color:#333333;
                        outline: none;
                        text-align: center;
                        padding: 8px 0px 8px 25px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        position: relative;
                        overflow: hidden;
                        margin: auto 5px;    
                    }
                        #lavaLampVariableImage li a:hover, #lavaLampVariableImage li a:active, #lavaLampVariableImage li a:visited {
                            color: #333;
                            border: none;
                        }
                        #portfolioMenu {
    text-align: right;
    width : 950px;
    padding : 0px;
    margin : 0px;
    height: 40px;
    overflow: hidden;
}
#portfolioMenu li {
    float: right;
    list-style: none;
    margin: 4px 0px 0 11px;
}
#portfolioMenu li a {
    font: bold 14px arial;
    text-decoration: none;
    color: #000000;
    outline: none;
    text-align: center;
    padding: 6px 0px 7px 4px;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0px;
}
a#menuHome {
    width: 74px;
    height: 33px;
}
a#menuHome:hover {
    background: url(graphics/homeBG.jpg) 5px 0px no-repeat;
}
a#menuPortfolio {
    width: 98px;
    height: 33px;
    background: url(graphics/portfolioBG.jpg) 4px 0px no-repeat;
}
a#menuTools {
    width: 160px;
    height: 33px;
}
a#menuTools:hover {
    background: url(graphics/toolsBG.jpg) 4px 0px no-repeat;
}
a#menuContact {
    width: 98px;
    height: 33px;
}
a#menuContact:hover {
    background: url(graphics/contactBG.jpg) 4px 0px no-repeat;
}

