@charset "utf-8";

#databases
{
  display: block;
  width: 180px;
  height: 65px;
  background: url("../en/contents/data.gif") no-repeat 0 -65px;

}
#databases:hover
{ 
  background-position: 0 0;
}
#databases span
{
  display: none;
}

#instruct
{
  display: block;
  width: 180px;
  height: 22px;
  background: url("../en/contents/instruct.gif") no-repeat 0 -22px;

}
#instruct:hover
{ 
  background-position: 0 0;
}
#instruct span
{
  display: none;
}

#resources
{
  display: block;
  width: 180px;
  height: 37px;
  background: url("../en/contents/resources.gif") no-repeat 0 -37px;

}
#resources:hover
{ 
  background-position: 0 0;
}
#resources span
{
  display: none;
}

#news
{
  display: block;
  width: 180px;
  height: 22px;
  background: url("../en/contents/news.gif") no-repeat 0 -22px;

}
#news:hover
{ 
  background-position: 0 0;
}
#news span
{
  display: none;
}

#newsPapers
{
  display: block;
  width: 180px;
  height: 22px;
  background: url("../en/contents/newspapers.gif") no-repeat 0 -22px;

}
#newsPapers:hover
{ 
  background-position: 0 0;
}
#newsPapers span
{
  display: none;
}

#aboutUs
{
  display: block;
  width: 180px;
  height: 22px;
  background: url("../en/contents/aboutus.gif") no-repeat 0 -22px;

}
#aboutUs:hover
{ 
  background-position: 0 0;
}
#aboutUs span
{
  display: none;
}

#links
{
  display: block;
  width: 180px;
  height: 22px;
  background: url("../en/contents/links.gif") no-repeat 0 -22px;

}
#links:hover
{ 
  background-position: 0 0;
}
#links span
{
  display: none;
}

#blog
{
  display: block;
  width: 180px;
  height: 22px;
  background: url("../en/contents/blog.gif") no-repeat 0 -22px;

}
#blog:hover
{ 
  background-position: 0 0;
}
#blog span
{
  display: none;
}

#contacts
{
  display: block;
  width: 180px;
  height: 22px;
  background: url("../en/contents/contacts.gif") no-repeat 0 -22px;

}
#contacts:hover
{ 
  background-position: 0 0;
}
#contacts span
{
  display: none;
}
  
#home
{
  display: block;
  width: 100%;
  height: 100%;
}
#home span
{
  display: none;
}

