/* CSS Document */

.subtabscontainer {
        width: 100%;
        padding: 0px;
}

/* rounded */

#subtabs {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#subtabs li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: marker;
}

#subtabs a:link, #subtabs a:visited {
        float: none;
        font-size: 11px;
        line-height: 20px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#subtabs a:link.subtabsactive, #subtabs a:visited.subtabsactive, #subtabs a:hover {
        color: #000;
        background: url("subtabs.gif") no-repeat left 3px;
}

