#pagetabs {
    width: 100%;
    background: url(/images/rule_doclist.gif) bottom right no-repeat;
    margin-bottom: 20px;
}
    
#pagetabs h3 {
    float: left;
    display: block;
    position: relative;
    bottom: 0;
    margin: 0 0 0 10px;
    padding: 0;
}
#pagetabs h3.inactive {
    bottom: -2px;
}
#pagetabs h3 a {
    border: 1px solid #ccc;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}
#pagetabs h3.active a {
    border-bottom: 1px solid #fff;
    background: #fff url( /images/bg_tab_active.gif ) top left repeat-x;
    font-size: 18px;
    color: #1a1d55;
}
#pagetabs h3.active a:hover {
    text-decoration: none;
}
#pagetabs h3.inactive a {
    border-bottom: none;
    background: #fff url(/images/bg_tab_inactive.gif) top left repeat-x;
    z-index: 10;
    padding-top: 5px;
}
#pagetabs h3.inactive a:hover {
    background: #fff url(/images/bg_tab_active.gif) top left repeat-x;
    z-index: 10;
    text-decoration: none;
}
#pagetabs h3 a {
    padding: 7px 15px 5px;
    display: block;
    font-size: 16px;
    color: #444;
}
