#index_menu,
#index_menu *
{
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
  white-space: nowrap;
  overflow: hidden; 
  color: black;
  font-family: verdana, arial;
  font-size: 12px;    
  text-decoration: none; 
  font-weight: bold;
}

#index_menu
{
  position: absolute;
  top: 0;
  right: 0;
  filter:alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity: 0.75; opacity: 0.75;
}

#index_menu *
{
  display: inline-block;
  height: 17px;
}

#index_menu a
{
  width: 17px;
  padding-right: 5px;
  background: transparent url(http://general.atarie.nl/img/index_menu_bg.gif) 100% 0 no-repeat;
  text-align: right; 
}

#index_menu a:hover
{
  background-image: url(http://general.atarie.nl/img/index_menu_bg_hover.gif);
}

#index_menu span
{
  display: none;
  width: 0px;
  background: #DDDDDD url(http://general.atarie.nl/img/index_menu_border.gif) 0 100% repeat-x;
}

#index_menu #index_menu_link,
#index_menu a.index_menu_links,
#index_menu #index_menu_link:hover,
#index_menu a:hover.index_menu_links
{
  padding: 0;
  background: none;
  text-align: center;  
}

#index_menu #index_menu_link
{
  width: 135px;
  color: #666666;
}

#index_menu #index_menu_link:hover
{     
  color: black;
}

#index_menu a.index_menu_links
{
  width: 20px;
  font-weight: normal;
}
