  #lang-switch-frame a         { color: #FFFFFF; text-decoration: underline; font-weight: normal;}
  #lang-switch-frame a:link    { color: #FFFFFF; text-decoration: underline; font-weight: normal;}
  #lang-switch-frame a:visited { color: #FFFFFF; text-decoration: underline; font-weight: normal;}
  #lang-switch-frame a:active  { color: #FFFFFF; text-decoration: underline; font-weight: normal;}
  #lang-switch-frame a:hover   { color: #FAC2A7; text-decoration: underline; font-weight: normal;}
  
/* -------------------------------- toolbar --------------------------------- */


  #toolbar-frame a         { color: #FFFFFF; text-decoration: underline; font-weight: normal;}
  #toolbar-frame a:link    { color: #FFFFFF; text-decoration: underline; font-weight: normal;}
  #toolbar-frame a:visited { color: #FFFFFF; text-decoration: underline; font-weight: normal;}
  #toolbar-frame a:active  { color: #FFFFFF; text-decoration: underline; font-weight: normal;}
  #toolbar-frame a:hover   { color: #FAC2A7; text-decoration: underline; font-weight: normal;}

/* ------------------------------ top menu - 1 ------------------------------ */

  ul.topmenu-1
  {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 14px 0px 0px 0px;
    /*font-size: 155%;*/
    font-size: 11px;
  }

  ul.topmenu-1 li
  {
    color: #FFFFFF;
    float: left;
    margin: 0px 11px 0px 0px;
    text-align: center;
    width: 97px;
  }

  ul.topmenu-1 a
  {
    float: left;
    display: block;
    text-align: center;
    width: 97px;
  }
  
  .topmenu-1 a         { color: #FFFFFF; text-decoration: none; font-weight: normal;}
  .topmenu-1 a:link    { color: #FFFFFF; text-decoration: none;}
  .topmenu-1 a:visited { color: #FFFFFF; text-decoration: none;}
  .topmenu-1 a:active  { color: #FFFFFF; text-decoration: none;}
  .topmenu-1 a:hover   { color: #FFFFFF; text-decoration: underline;}
  
  .topmenu-1 a.selected         { color: #F2E4C7; text-decoration: none; font-weight: normal;}
  .topmenu-1 a.selected:link    { color: #F2E4C7; text-decoration: none;}
  .topmenu-1 a.selected:visited { color: #F2E4C7; text-decoration: none;}
  .topmenu-1 a.selected:active  { color: #F2E4C7; text-decoration: none;}
  .topmenu-1 a.selected:hover   { color: #F2E4C7; text-decoration: underline;}




