/* Tabs in Title Div */
#toptabs {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 728px;
    height: 390px;
    background-color: white;
}

/*tabs setup */
/* general */
.navtabconfig {
    font: 27px Arial, Verdana, sans-serif;
    width: 100%;
}

.navtabconfig ul {
    margin: 0;
    padding: 0;
    float: left;
    left: 1px;
    /*border-top: 1px solid gray; */
    border-left: 1px solid gray;
}

.navtabconfig ul li {
    display: inline;
}

.navtabconfig ul li a {
    float: left;
    color: white;
    padding: 0px 8px;
    text-decoration: none;
    border-right: 1px solid gray;
    background: #336699 url(images/bg_blue.png);
}

.navtabconfig ul li a:visited {
    color: white;
}

.navtabconfig ul li a:hover {
    color: white;
    text-decoration: underline;
}

/* static tabs section*/
#anch3 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 729px;
    height: 39px;
    border-top: 1px solid gray;
    border-right: 1px solid gray;
    /*background-color: #eee;*/
    background: #336699 url(../images/blue.gif);
}

.navtabconfig3 ul li a {
    padding: 3px 15px;
    border-bottom: 1px solid white;
    background: #336699 url(../images/blue.gif);
}

#tab10, #tab11, #tab12 {
    position: absolute;
    top: 40px;
    left: 1px;
    margin: 0px;
    display: none;
    width: 728px;
    height: 350px;
    /*border: 1px solid #000;
     border-top:8px solid red;*/
    /*border-top: white;*/
    background: white;
}

#static {
    position: absolute;
    top: 39px;
    margin: 0px;
    display: block;
    width: 728px;
    height: 355px;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    background-color: white;
}

#t10cont, #t11cont, #t12cont {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 708px;
    height: 335px;
    margin: 0px;
    padding: 5px;
    background: #eee;
}
