ul#topnav li .sub {position: absolute;  top: 50px; left: 0;background:#ffffff;float:left;

    /*--bottom right rounded corner--*/
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;

    /*--bottom left rounded corner--*/
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    display: none;
    z-index: 9999;}
ul#topnav li .sub dl{
    z-index: 9999;
    position: absolute;
    background:#ffffff;
    /* older safari/chrome browsers */
    -webkit-opacity: 0.9;
    /* netscape and older than firefox 0.9 */
    -moz-opacity: 0.9;
    /* safari 1.x (pre webkit!) è€å¼khtmlå†…æ ¸çš„safariæµè§ˆå™¨*/
    -khtml-opacity: 0.9;
    /* ie9 + etc...modern browsers */
    opacity: .9;
    /* ie 4-9 */
    filter:alpha(opacity=90);
    /*this works in ie 8 & 9 too*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    /*ie4-ie9*/
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);}

ul#topnav .sub dl dd a {padding:0 38px;color:#333333; line-height:42px;font-size:14px;       width: 74.5px;}
ul#topnav .sub dl dd a:hover {padding:0 38px;
    color:#ffffff;
    background:#740000;}

#vsb_content_4 P {
    line-height: 180%;
    text-indent: 2em;
    font-size: 14pt;
    line-height: 40px !important;}.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
