#topbar {
    height: 28px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
    background-image:url();
    border-bottom: 1px solid #ccc;
}

#topbarLogo {
    background-image:url(../../imgs/top_logo01.jpg);
    width: 85px;
    height: 25px;
    float: left;
    margin-left:10px;
    margin-top:2px;
    margin-bottom:2px;
    cursor:hand;
    display: inline;
}

.topbarLeftText {
    padding-top: 7px;
    padding-left: 20px;
    float: left;
    font-size: 12px;
    cursor:hand;
    display: inline;
    line-height:12px;
}

.topbarRightText {
    padding-top: 7px;
    padding-right: 20px;
    float: right;
    font-size: 12px;
    cursor:hand;
    display: inline;
    line-height:12px;
}
