
ul.navtabs li a span {
    padding:8px 18px 9px 18px; /*by swati this needs to be 15px instead of 17px--for 11px fix change from 15px to 19px*/
 *padding:8px 17px 8px 17px; 
}

ul.navtabs li a:hover span {
/*    background:url("../images/center-tab-selected-left.gif") no-repeat scroll left top transparent;    */
    margin-left:-1px;
    padding-left:19px; /* by swati this is 16px  instead of 18px */
    position:relative;
    cursor:pointer;
    /*cursor:hand; invalid css but ie5+ needs it*/
    z-index:999;
    color:#fff;
}
ul.navtabs li.last a span {
    margin-left:1px;/*  padding-left:25px;*/ /* changed by swati from 6px to 1px */
}

ul.navtabs li.lastcurrent a span, ul.navtabs li.lastcurrent a:hover span, ul.navtabs li.last a:hover span {
/*    background:url("../images/center-tab-selected-left.gif") no-repeat scroll left top transparent;    */

    color:#fff;
    margin-left:-10px;
    padding-left:23px; /*by Swati needs to be 20px instead of 24*/
    padding-right:21px; /*by Swati need to be 20px instead of 23*/
    position:relative;
}

.js .has_js { display: block }



 ul.navtabs li.lastcurrent a span, ul.navtabs li.lastcurrent a:hover span, .gecko ul.navtabs li.last a:hover span {
    padding-left:24px; /*by Swati needs to be 20px instead of 24*/
    padding-right:24px; /*by Swati need to be 20px instead of 23*/
    
}
div.g03v1-global-navigation-sec2 ul.navtabs li.lastcurrent a span, div.g03v1-global-navigation-sec2 ul.navtabs li.lastcurrent a:hover span, div.g03v1-global-navigation-sec2 ul.navtabs li.last a:hover span {
    background:none;
    color:#fff;
    margin-left:-8px;
    padding-left:26px; /*by Swati needs to be 21 instead of 23*/
    padding-right:26px; /*by Swati needs to be 20px instead of 25px */
    position:relative;
}

#g02v1-global-footer div.theworldbankgroup a.glbe {
    padding: 5px 0 6px 43px;
    }
