#navigation {
    width:    936px;
    height:   15px;
    overflow: hidden;
}

#navigation a {
    display:         block;
    float:           left;
    padding:         0px 9px 0px 9px;
    height:          15px;
    border-left:     1px solid #999999;
    font-family:     arial;
    font-size:       12px;
    font-weight:     bold;
    color:           #999999;
    text-transform:  uppercase;
    text-decoration: none;
}

#navigation a:hover {
    color: #333333;
}

#navigation a.first {
    padding:     0px 9px 0px 0px;
    border-left: 0px;
}

#subnavigation {
    float:    right;
    margin:   95px 0px 0px 0px;
    height:   12px;
    overflow: hidden;
}

#subnavigation a {
    display:         block;
    float:           left;
    padding:         0px 9px 0px 9px;
    height:          15px;
    border-right:    1px solid #999999;
    font-family:     arial;
    font-size:       10px;
    font-weight:     bold;
    color:           #999999;
    text-transform:  uppercase;
    text-decoration: none;
}

#subnavigation a:hover {
    color: #333333;
}

#subnavigation a.last {
    padding:      0px 0px 0px 9px;
    border-right: 0px;
}
