#left {
    float: left;
    width: 116px;
    padding: 0 10px 10px 10px;
    background-color: #ffffff;
    font-family: Calibri, Arial, Verdana;
}
#left .menu_box {
    background-color: #004998;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    width: 116px;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3+, Chrome */
    border-radius: 5px; /* Opera 10.5, IE 9 */
}

#wrap {
    display: none;
}

#ups {
    background-color: #33CCFF;
    font-size: 18px;
    text-align: center;
    height: 25px;
    width: 116px;
    -moz-border-radius: 0 0 5px 5px; /* FF1+ */
    -webkit-border-radius: 0 0 5px 5px; /* Saf3+, Chrome */
    border-radius: 0 0 5px 5px; /* Opera 10.5, IE 9 */
}

#dhl {
    
    background-color: #33CCFF;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    font-size: 18px;
    text-align: center;
    height: 25px;
    width: 116px;
}

#left .link {
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
}

#left .link:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #ffffff;
}

#left a {
    margin: 0;
    text-decoration: none;
    color: #ffffff;
}

#left a:hover {
    color: #ffffff;
    text-decoration: underline;
}

