/*******************************************************************************/
#menubarTop {
display:inline-block ;
background-image: url("/images/Topmenu_bg.gif");
background-repeat: repeat-x;
text-align: right;
height: 30px;
background-color: white;
margin-top: 0px;
width: 100%;
}

#menubarTop ul {
display:inline-block ;
margin: 0px;
padding-top: 8px; padding-bottom: 8px;
padding-right: 5px;
list-style-type: none;
list-style-image: none;
font-size: 12px;
font-family: Verdana, Arial, Sans-Serif;
font-weight: 500;
letter-spacing: 0.10em; white-space: nowrap;
color: white;
}

#menubarTop li {
display: inline;
padding-left: 5px; padding-right: 5px;
}

#menubarTop a { color: white; text-decoration: none; padding-top: 5px; text-transform: uppercase;}
#menubarTop a:hover { color: #eeeeee; text-decoration: underline; padding-top: 5px;text-transform: uppercase;}

#internationalchoice 
{
  display: table;
  background-color: white; 
  position:absolute;
  top: 170px;
  left: 0px;
  width: 0px;
  visibility: hidden;  
} 
#internationalchoice a:link {color: black; font-size: 11px; font-family: Verdana, Arial, Sans-Serif;}
#internationalchoice a:visited {color: black; font-size: 11px; font-family: Verdana, Arial, Sans-Serif;}
#internationalchoice a:hover  {color: black; font-size: 11px; font-family: Verdana, Arial, Sans-Serif;}

