/* MENU */

  div#menu img#button_campaign     { position: absolute; top: 0; left: 0;   width: 91;  height: 23; }
  div#menu img#button_about        { position: absolute; top: 0; left: 95;  width: 100; height: 23; }
  div#menu img#button_action       { position: absolute; top: 0; left: 199; width: 97;  height: 23; }
  div#menu img#button_publications { position: absolute; top: 0; left: 300; width: 95;  height: 23; }
  div#menu img#button_data         { position: absolute; top: 0; left: 399; width: 88;  height: 23; }
  div#menu img#button_news         { position: absolute; top: 0; left: 491; width: 59;  height: 23; }
  div#menu img#button_links        { position: absolute; top: 0; left: 554; width: 48;  height: 23; }

  div#menu table#submenu_campaign        { width: 88; position: absolute; display: none; z-index: 3; top: 26; left: 2; border: 0; text-align: center; }
  div#menu table#submenu_campaign .box_n { width: 88; height: 4; background-image: url('../images/boxes/submenu_campaign_n.gif'); background-repeat: no-repeat; }
  div#menu table#submenu_campaign .box_s { width: 88; height: 4; background-image: url('../images/boxes/submenu_campaign_s.gif'); background-repeat: no-repeat; }
  div#menu table#submenu_campaign .box_p { width: 88; height: 4; background-color: #FFB400; background-image: url('../images/boxes/submenu_p.gif'); background-repeat: no-repeat; }
  div#menu table#submenu_campaign .box_c { width: 88; padding: 2 1 2 1; background-color: #FFB400; }

  div#menu table#submenu_about        { width: 97; position: absolute; display: none; z-index: 3; top: 26; left: 97; border: 0; text-align: center; }
  div#menu table#submenu_about .box_n { width: 97; height: 4; background-image: url('../images/boxes/submenu_about_n.gif'); background-repeat: no-repeat; }
  div#menu table#submenu_about .box_s { width: 97; height: 4; background-image: url('../images/boxes/submenu_about_s.gif'); background-repeat: no-repeat; }
  div#menu table#submenu_about .box_p { width: 97; height: 4; background-color: #501794; background-image: url('../images/boxes/submenu_p.gif'); background-repeat: no-repeat; }
  div#menu table#submenu_about .box_c { width: 97; padding: 2 1 2 1; background-color: #501794; }
  
  div#menu table#submenu_action        { width: 93; position: absolute; display: none; z-index: 3; top: 26; left: 201; border: 0; text-align: center; }
  div#menu table#submenu_action .box_n { width: 93; height: 4; background-image: url('../images/boxes/submenu_action_n.gif'); background-repeat: no-repeat; }
  div#menu table#submenu_action .box_s { width: 93; height: 4; background-image: url('../images/boxes/submenu_action_s.gif'); background-repeat: no-repeat; }
  div#menu table#submenu_action .box_p { width: 93; height: 4; background-color: #8FBE00; background-image: url('../images/boxes/submenu_p.gif'); background-repeat: no-repeat; }
  div#menu table#submenu_action .box_c { width: 93; padding: 2 1 2 1; background-color: #8FBE00; }
  
  div#menu table#submenu_publications        { width: 92; position: absolute; display: none; z-index: 3; top: 26; left: 302; border: 0; text-align: center; }
  div#menu table#submenu_publications .box_n { width: 92; height: 4; background-image: url('../images/boxes/submenu_publications_n.gif'); background-repeat: no-repeat; }
  div#menu table#submenu_publications .box_s { width: 92; height: 4; background-image: url('../images/boxes/submenu_publications_s.gif'); background-repeat: no-repeat; }
  div#menu table#submenu_publications .box_p { width: 92; height: 4; background-color: #EC3C12; background-image: url('../images/boxes/submenu_p.gif'); background-repeat: no-repeat; }
  div#menu table#submenu_publications .box_c { width: 92; padding: 2 1 2 1; background-color: #EC3C12; }
  
  div#menu table#submenu_data        { width: 88; position: absolute; display: none; z-index: 3; top: 26; left: 400; border: 0; text-align: center; }
  div#menu table#submenu_data .box_n { width: 88; height: 4; background-image: url('../images/boxes/submenu_data_n.gif'); background-repeat: no-repeat; }
  div#menu table#submenu_data .box_s { width: 88; height: 4; background-image: url('../images/boxes/submenu_data_s.gif'); background-repeat: no-repeat; }
  div#menu table#submenu_data .box_p { width: 88; height: 4; background-color: #002369; background-image: url('../images/boxes/submenu_p.gif'); background-repeat: no-repeat; }
  div#menu table#submenu_data .box_c { width: 88; padding: 2 1 2 1; background-color: #002369; }

  div#menu table#submenu_news { width: 0; position: absolute; display: none; z-index: 3; top: 26; left: 491; border: 0; text-align: center; }
  
  div#menu table#submenu_links { width: 0; position: absolute; display: none; z-index: 3; top: 26; left: 555; border: 0; text-align: center; }
  
/* //MENU */