@charset "windows-1250";

/*------------ HUNGARIAN MENU ITEMS ------------*/
.nav_spacer
{
	height: 35px;
	width: 30px;
}
#nav_about
{
	display: block;
	width: 111px;
	height: 35px;
	background: url(nav_about.gif) no-repeat 0 0;
}
#nav_about:hover
{
	background-position: 0 -35px;
}
#nav_about span
{
  display: none;
}
#nav_work
{
	display: block;
	width: 82px;
	height: 35px;
	background: url(nav_work.gif) no-repeat 0 0;
}
#nav_work:hover
{
	background-position: 0 -35px;
}
#nav_work span
{
  display: none;
}
#nav_people
{
	display: block;
	width: 128px;
	height: 35px;
	background: url(nav_people.gif) no-repeat 0 0;
}
#nav_people:hover
{
	background-position: 0 -35px;
}
#nav_people span
{
  display: none;
}
#nav_contact
{
	display: block;
	width: 127px;
	height: 35px;
	background: url(nav_contact.gif) no-repeat 0 0;
}
#nav_contact:hover
{
	background-position: 0 -35px;
}
#nav_contact span
{
  display: none;
}
#nav_lang
{
	display: block;
	width: 18px;
	height: 85px;
	background: url(nav_lang.gif) no-repeat 0 0;
}
#nav_lang:hover
{
	background-position: -18px 0;
}
#nav_lang span
{
  display: none;
}
#nav_submit
{
	display: block;
	width: 50px;
	height: 16px;
	background: url(b_send_hu.gif) no-repeat 0 0;
}
#nav_submit:hover
{
	background-position: 0 -16px;
}
#nav_submit span
{
  display: none;
}