@charset
"utf-8"
;
/* CSS Document */

#secNavContainer {
    background-image: url( ../../../images/simple/common/secNavBg.jpg );
    background-repeat: repeat-x;
    width: auto;
    height: 1%;
}

#secNav {
    height: 40px;
    width: 776px;
    margin: 0px auto;
    padding-top:10px;
    line-height: 20px;
    color: #000;

}

#secNav li {
    float: left;
    margin: 0 16px 0 0;
    list-style: none;
    font-weight: bold;
    display: block;
}

.secNavSelected {
    font-weight: bold;
}

#secNav li a:link, #secNav li a:active, #secNav li a:visited {
    font-weight: normal;
    text-decoration: underline;
    color: #000;
    background: transparent;
    display: block;
}

#secNav li a:hover {
    text-decoration: underline;
    color: #FD6201;
    background: transparent;
    display: block;
}

.secNavSelectedLink {
    text-decoration: none;
    font-weight: bold;
    color: black;
}
