@charset "utf-8";
#navCircleContainer {
        float:right;
        width: 560px;
        padding: 15px;
        margin: 3px 0;
        border: 0;
        background: #fff;
}

/* circle */

#navCircle {
        margin: 0;
        padding: 50px 0 20px 10px;
        border-bottom: 1px solid #ff6633;
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#navCircle a:hover {
        padding-bottom: 6px;
        color: #000;
        background: url(../images/circle_gray.gif) no-repeat bottom center;
}
#navCircle #current {
        padding-bottom: 6px;
        color: #ff6633;
        background: url(../images/circle_orange.jpg) no-repeat bottom center;
}

