.top_links{
display: none; 
}
#nav_section hover > a {
    background: rgb(0, 0, 0); /* The Fallback */
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000000;
    display: block; 
    font-style: normal;
    font-weight: bold;
    line-height: 14px;
    padding: 0px 3px; /*left;*/
    text-decoration: none;
    text-transform: capitalize ;
    white-space: nowrap;
    width: auto;    
    }
    
#maincontent a{
color: navy
}
#sidebar_left .left_bm .left_content_inner {
    padding: 0;
    width: auto;
    margin: 0 0;
    background: none;
    overflow: hidden;
    border-bottom: 2px solid #0f70ba;
}

