#navlist
{
    position: relative;
    height: 29px !important;
    height: 50px;
    background-color: #000033;
    padding: 10px;
    margin: 0px;
    overflow: hidden;
}
#navlist li
{
    float: left;
    list-style: none;
}
#navlist li.back
{
    background: url("../images/lava.gif") no-repeat right -30px;
    width: 9px; height: 30px;
    z-index: 8;
    position: absolute;
}
#navlist li.back .left
{
    background: url("../images/lava.gif") no-repeat top left;
    height: 30px;
    margin-right: 9px; /* 7px is the width of the rounded shape */
}
#navlist li a
{
    font: bold 14px arial;
    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;    
}
#navlist li a:hover, #navlist li a:active, #navlist li a:visited
{
    border: none;
}