/* ==== Sub menu section ===== */
div#sub_menu a{
  color:#999999;
  font-size:0.1%;
}
div#sub_menu a:hover{
  color:#656565;
}
div#sub_menu #search{
   background-image:url("../images/sub_menu/search_publication.gif");
  background-repeat:no-repeat;
  width:119px;
  height:25px;
}
div#sub_menu a#search:hover{
   background-image:url("../images/sub_menu/search_publication_g.gif");
  
}
div#sub_menu a#current_search{
  color:white;
 background-image:url("../images/sub_menu/search_publication_w.gif");
  background-repeat:no-repeat;
  width:119px;
  height:25px;
}


div#sub_menu #e_Learning{
   background-image:url("../images/sub_menu/e_learning.gif");
  background-repeat:no-repeat;
  width:87px;
  height:25px;
}
div#sub_menu a#e_Learning:hover{
   background-image:url("../images/sub_menu/e_learning_g.gif");
  
}
div#sub_menu a#current_e_Learning{
  color:white;
 background-image:url("../images/sub_menu/e_learning_w.gif");
  background-repeat:no-repeat;
  width:87px;
  height:25px;
}



div#sub_menu #lancet{
   background-image:url("../images/sub_menu/lancet.gif");
  background-repeat:no-repeat;
  width:220px;
  height:25px;
}
div#sub_menu a#lancet:hover{
   background-image:url("../images/sub_menu/lancet_g.gif");
  
}
div#sub_menu a#current_lancet{
  color:white;
 background-image:url("../images/sub_menu/lancet_w.gif");
  background-repeat:no-repeat;
  width:220px;
  height:25px;
}

/* Human resources instead of Acronums */
div#sub_menu #hr{
   background-image:url("../images/sub_menu/hr.gif");
  background-repeat:no-repeat;
  width:129px;
  height:25px;
}
div#sub_menu a#hr:hover{
   background-image:url("../images/sub_menu/hr_g.gif");
  
}
div#sub_menu a#current_hr{
  color:white;
 background-image:url("../images/sub_menu/hr_w.gif");
  background-repeat:no-repeat;
  width:129px;
  height:25px;
}


div#sub_menu #acronyms{
   background-image:url("../images/sub_menu/acronym.gif");
  background-repeat:no-repeat;
  width:163px;
  height:25px;
}
div#sub_menu a#acronyms:hover{
   background-image:url("../images/sub_menu/acronym_g.gif");
  
}
div#sub_menu a#current_acronyms{
  color:white;
 background-image:url("../images/sub_menu/acronym_w.gif");
  background-repeat:no-repeat;
  width:163px;
  height:25px;
}

/* === News instead of glossary ==== */
div#sub_menu #m_and_e{
   background-image:url("../images/sub_menu/m_and_e.gif");
  background-repeat:no-repeat;
  width:195px;
  height:25px;
}
div#sub_menu a#m_and_e:hover{
   background-image:url("../images/sub_menu/m_and_e_g.gif");
  
}
div#sub_menu a#current_m_and_e{
  color:white;
 background-image:url("../images/sub_menu/m_and_e_w.gif");
  background-repeat:no-repeat;
  width:195px;
  height:25px;
}



div#sub_menu #glossary{
   background-image:url("../images/sub_menu/glossary.jpg");
  background-repeat:no-repeat;
  width:89px;
  height:25px;
}
div#sub_menu a#glossary:hover{
   background-image:url("../images/sub_menu/glossary_g.gif");
  
}
div#sub_menu a#current_glossary{
  color:white;
 background-image:url("../images/sub_menu/glossary_w.gif");
  background-repeat:no-repeat;
  width:89px;
  height:25px;
}


