#applyNow_dropDown{
    clear: right;
    float: right;
    padding: 40px 16px 0px 0px;
}
#applyNow, #applyNow ul{ /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    width: 157px;
}
#applyNow a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000000;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 0px 8px 6px;
    /* fix for ie 6 */
    _width: 150px;
    /* end fix for ie 6 */
}
#applyNow a:hover{
    color: #ffffff;
}
#applyNow li{ /* all list items */
    float: left;
    width: 100%;
    background: url('/images/apply-now/an-background.gif');
    background-repeat: repeat-y;
    padding: 0px;
    margin: 0px;
}
#applyNow li div{ /* all list items */
    padding
    cursor: pointer;
    cursor: hand;
    width: 159px;
    height: 35px;
    background: url('/images/apply-now/an-apply-now.gif');
}
#applyNow li ul{ /* second-level lists */
    position: absolute;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    border: solid 1px #bfbfbf;
    border-top: 0px;
}
#applyNow li:hover ul, #applyNow li.sfhover ul{ /* lists nested under hovered list items */
    left: auto;
}
#applyNow li:hover, #applyNow li.sfhover{
    background: url('/images/apply-now/an-background-hover.gif');
    background-repeat: repeat-y;
}

.uh-college #applyNow_dropDown,
.uh-college #box-top #applyNow {
    padding: 0;
    float: left;
    margin: 0;
}