@charset "utf-8";

/* CSS Document */

ul#nav {
  width: 797px;
  height: 32px;
  margin: 0;
  padding: 0;
  background: url(../gfx/menu.image.hu_HU.jpg);
  position: relative;
} 


ul#nav li {
  display: block;
  height: 32px;
  margin: 0; 
  padding: 0; 
  list-style: none; 
  position: absolute; 
  top: 0;
} 

ul#nav li a {
  display: block;
  height: 32px;
}

li#i1 {
  left: 0px;
  width: 102px;
}

li#i2 {
  left: 108px;
  width: 98px;
} 

li#i3 {
  left: 212px;
  width: 68px;
} 

li#i4 {
  left: 285px;
  width: 42px;
} 

li#i5 {
  left: 452px;
  width: 88px;
} 

li#i6 {
  left: 558px;
  width: 70px;
} 

li#i7 {
  left: 650px;
  width: 78px;
} 

li#i8 {
  left: 750px;
  width: 45px;
} 
/*
li#i9 {
  left: 747px;
  width: 50px;
} */

#i1 a:hover {
  background: transparent url(gfx/menu.image.hu_HU.jpg) 0 -32px no-repeat;
}

#i2 a:hover {
  background: transparent url(gfx/menu.image.hu_HU.jpg) -108px -32px no-repeat;
}

#i3 a:hover {
  background: transparent url(gfx/menu.image.hu_HU.jpg) -212px -32px no-repeat;
}

#i4 a:hover {
  background: transparent url(gfx/menu.image.hu_HU.jpg) -285px -32px no-repeat;
}

#i5 a:hover {
  background: transparent url(gfx/menu.image.hu_HU.jpg) -452px -32px no-repeat;
}

#i6 a:hover {
  background: transparent url(gfx/menu.image.hu_HU.jpg) -558px -32px no-repeat;
}

#i7 a:hover {
  background: transparent url(gfx/menu.image.hu_HU.jpg) -650px -32px no-repeat;
}

#i8 a:hover {
  background: transparent url(gfx/menu.image.hu_HU.jpg) -750px -32px no-repeat;
}
/*
#i9 a:hover {
  background: transparent url(gfx/menu.image.hu_HU.jpg) -747px -32px no-repeat;
}
*/
ul#nav li a {
  text-indent: -9000px;
	background-color: transparent;
}

/* Submenu style */

ul#subnav {
  width: 797px;
  height: 21px;
  margin: 0;
  padding: 0;
  background: url(../gfx/submenu.image.hu_HU.jpg);
  position: relative;
} 


ul#subnav2 {
  width: 125px;
  height: 21px;
  margin: 0;
  padding: 0;
  background: url(../gfx/submenu2.image.hu_HU.jpg);
  position: relative;
} 

ul#subnav li, ul#subnav2 li {
  display: block;
  height: 21px;
  margin: 0; 
  padding: 0; 
  list-style: none; 
  position: absolute; 
  top: 0;
} 

ul#subnav li a, ul#subnav2 li a {
  display: block;
  height: 21px;
}

li#s1 {
  left: 0px;
  width: 185px;
}

li#s2 {
  left: 185px;
  width: 110px;
} 

li#s3 {
  left: 295px;
  width: 76px;
} 
li#s4 {
  left: 371px;
  width: 127px;
}
li#s5 {
  left: 498px;
  width: 90px;
}
li#s6 {
  left: 588px;
  width: 104px;
}
li#s7 {
  left: 692px;
  width: 105px;
} 


li#t1 {
  left: 0px;
  width: 78px;
} 

li#t2 {
  left: 78px;
  width: 45px;
}

#s1 a:hover {
  background: transparent url(gfx/submenu.image.hu_HU.jpg) 0 -22px no-repeat;
}

#s2 a:hover {
  background: transparent url(gfx/submenu.image.hu_HU.jpg) -185px -22px no-repeat;
}

#s3 a:hover {
  background: transparent url(gfx/submenu.image.hu_HU.jpg) -295px -22px no-repeat;
}

#s4 a:hover {
  background: transparent url(gfx/submenu.image.hu_HU.jpg) -371px -22px no-repeat;
}
#s5 a:hover {
  background: transparent url(gfx/submenu.image.hu_HU.jpg) -498px -22px no-repeat;
}

#s6 a:hover {
  background: transparent url(gfx/submenu.image.hu_HU.jpg) -588px -22px no-repeat;
}

#s7 a:hover {
  background: transparent url(gfx/submenu.image.hu_HU.jpg) -692px -22px no-repeat;
}


#t1 a:hover {
  background: transparent url(gfx/submenu2.image.hu_HU.jpg) 0 -22px no-repeat;
}

#t2 a:hover {
  background: transparent url(gfx/submenu2.image.hu_HU.jpg) -78px -22px no-repeat;
}

ul#subnav li a, ul#subnav2 li a {
	text-indent: -9000px;
	background-color: transparent;
}

