/* tabs */
.anchors {
    list-style: none;
    margin: 0;
    padding: 0 0 0 35px;
    font-family: Helvetica, "Helvetica Neue", "Trebuchet MS", sans-serif, Arial, Verdana;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
}
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.anchors li {
    background-image:url(../nimages/nav_bg.png);
    background-repeat: repeat-x;
    float: left;
    margin: 0 0 0 0;
    height: 28px;
}
.anchors a {
    display: block;
    position: relative;
    top: 1px;
    z-index: 2;
    padding: 6px 9px 0px;
    color: #989898;
}
.anchors .on a {
    color: #74B43D;
    padding-bottom: 2px;
    font-weight: bold;
}
.anchors a:focus, .anchors a:active {
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */
}
.anchors .on a, .anchors a:hover, .anchors a:focus, .anchors a:active,
.anchor {
    color: #74B43D;   
}
.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
    color: #74B43D;
}
.anchor {
    background-image:url(../nimages/vb_repeat.png);
    background-repeat: repeat-y;
    position: relative;
}

.anchor_repeat {
    background-image:url(../nimages/vb_top.png);
    background-repeat: no-repeat;
    padding: 8px;    
}

.anchor_bottom {
    background-image:url(../nimages/vb_bottom.png);
    background-repeat: no-repeat;
    width: 952px;
    height: 5px;
    clear: both;
}

.anchor_spacer {
height: 151px;
width: 952px;
}

