/*****************************************

		CUSTOM CSS

******************************************/
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {

    color: #fff;
    background-color: 

    #1c4e88;

}
.jslink {

    position: absolute;
    bottom: 0;
    left: 0;
    text-indent: -9999px;
    width: 8px;
    height: 130px;
    background: 

    transparent url(../images/js_black_20.png) 0 0 no-repeat;
    z-index: 1;
    display: none;

}