/* ==== Sub menu section ===== */
div#sub_menu a, #side_bar a.link_img{
  color:#999999;
  font-size:0.1%;
}
div#sub_menu a:hover{
  color:#656565;
}
div#sub_menu #focus{
   background-image:url("../images/sub_menu/focus.gif");
  background-repeat:no-repeat;
  width:182px;
  height:25px;
}
div#sub_menu a#focus:hover{
   background-image:url("../images/sub_menu/focus_g.gif");
  
}
div#sub_menu a#current_focus{
  color:white;
 background-image:url("../images/sub_menu/focus_w.gif");
  background-repeat:no-repeat;
  width:182px;
  height:25px;
}


div#sub_menu #leadership{
   background-image:url("../images/sub_menu/leadership.gif");
  background-repeat:no-repeat;
  width:157px;
  height:25px;
}
div#sub_menu a#leadership:hover{
   background-image:url("../images/sub_menu/leadership_g.gif");
  
}
div#sub_menu a#current_leadership{
  color:white;
 background-image:url("../images/sub_menu/leadership_w.gif");
  background-repeat:no-repeat;
  width:157px;
  height:25px;
}



div#sub_menu #technical{
   background-image:url("../images/sub_menu/technical.gif");
  background-repeat:no-repeat;
  width:164px;
  height:25px;
}
div#sub_menu a#technical:hover{
   background-image:url("../images/sub_menu/technical_g.gif");
  
}
div#sub_menu a#current_technical{
  color:white;
 background-image:url("../images/sub_menu/technical_w.gif");
  background-repeat:no-repeat;
  width:164px;
  height:25px;
}



div#sub_menu #countries{
   background-image:url("../images/sub_menu/countries.gif");
  background-repeat:no-repeat;
  width:128px;
  height:25px;
}
div#sub_menu a#countries:hover{
   background-image:url("../images/sub_menu/countries_g.gif");
  
}
div#sub_menu a#current_countries{
  color:white;
 background-image:url("../images/sub_menu/countries_w.gif");
  background-repeat:no-repeat;
  width:128px;
  height:25px;
}


div#sub_menu #background{
   background-image:url("../images/sub_menu/background.gif");
  background-repeat:no-repeat;
  width:119px;
  height:25px;
}
div#sub_menu a#background:hover{
   background-image:url("../images/sub_menu/background_g.gif");
  
}
div#sub_menu a#current_background{
  color:white;
 background-image:url("../images/sub_menu/background_w.gif");
  background-repeat:no-repeat;
  width:119px;
  height:25px;
}

 

/*===== Latest Publication ==== */
#side_bar a.link_img{
  display:block;
  text-decoration:none;
}

a.inactive {
  color: #999 !important;
}

li.inactive {
  color: #999 !important;
}

