#nav-tab-container {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 35px;
    z-index: 5;
}
#nav-tab-container table {
    width: 970px;
    height: 35px;
}
#nav-tab-container a {
    border: 0px;
    margin: 0px;
}
#nav-tab-shadow {
    position: absolute;
    bottom: 0px;
    height: 26px;
    width: 100%;
    background: url(../img/layout/tabs/content_top_shadow.png) repeat-x;
    z-index: 3;
}
.navtab:hover {
    cursor: pointer;
}