.navbar_active_border
{
  background:          #777777;
}

.navbar_inactive_border
{
  background:          #bbbbbb;
}

.navbar_inactive_tab
{
  background:          #eeeeee;
}

.navbar_content_text
{
  font-family:         verdana, arial, helvetica, sans-serif;
  font-size:           12;
  font-weight:         medium;
  color:               black;
}

.navbar_link
{
  font-family:         verdana, arial, helvetica, sans-serif;
  font-size:           11;
  font-weight:         bold;
  color:               black;
  text-decoration:     none;
}

.navbar_link:hover
{
  color:               black;
  text-decoration:     none;
}

.navbar_link:visited
{
  color:               black;
  text-decoration:     none;
}

.navbar_link:visited:hover
{
  color:               black;
  text-decoration:     none;
}

.language
{
  font-family:         verdana, arial, helvetica, sans-serif;
  text-align:          center;
  font-size:           9;
  font-weight:         medium;
  background:          white;
  border-style:        solid;
  border-color:        #aaaaaa;
  border-top-width:    1px;
  border-bottom-width: 1px;
  border-left-width:   1px;
  border-right-width:  1px;
}

.language:hover
{
  text-decoration:     underline;
}


.language_selected
{
  background:          #dddddd;
}

.language_selected:hover
{
  text-decoration:     none;
}
