@charset "ISO-8859-1";

div.menu a:link, div.menu a:visited
{
  display:block;
	background:#ffffff none;
  color: #FFFFFF;
	text-align:center;
	font-size:100%;
  font-weight: bold;
  text-decoration:none;
	border: 0px;
  padding:0px;
  background-repeat: no-repeat;
  background-attachment:scroll;
  background-position:0px 0px;
  height: 30px;
}

div.menu a:hover, div.menu a:active
{
  display:block;
  background:#ffffff none;
	color: #FFFFFF;
	text-align:center;
	font-size:100%;
  font-weight: bold;
  text-decoration:none;
	border: 0px;
  padding:0px;
  background-repeat: no-repeat;
  background-attachment:scroll;
  background-position:0px -30px;
  height: 30px;
}

div.menu a.active:link, div.menu a.active:visited
{
  display:block;
	background:#ffffff none;
  color: #FFFFFF;
	text-align:center;
	font-size:100%;
  font-weight: bold;
  text-decoration:none;
	border: 0px;
  padding:0px;
  background-repeat: no-repeat;
  background-attachment:scroll;
  background-position:0px -60px;
  height: 30px;
}

div.menu a#home
{
  width: 77px;
  background-image: url('graphics/button_home.png');
}

div.menu a#news
{
  width: 76px;
  background-image: url('graphics/button_news.png'); 
}

div.menu a#about
{
  width: 76px;
  background-image: url('graphics/button_about.png'); 
}

div.menu a#screenshots
{
  width: 143px;
  background-image: url('graphics/button_screenshots.png'); 
}

div.menu a#buynow
{
  width: 105px;
  background-image: url('graphics/button_buynow.png'); 
}

div.menu a#downloads
{
  width: 131px;
  background-image: url('graphics/button_downloads.png'); 
}

div.menu a#faq
{
  width: 71px;
  background-image: url('graphics/button_faq.png'); 
}

div.menu a#howto
{
  width: 86px;
  background-image: url('graphics/button_howto.png'); 
}

div.menu a#links
{
  width: 76px;
  background-image: url('graphics/button_links.png'); 
}


