/* ***************** SLOVENSKE MENU *********************** */

div#menu a {
	color: white;
	text-decoration: none;
}

div#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 896px;
}

div#menu ul li.menu_1 a{
  background: url(../img/img_02.png) no-repeat;
  width: 125px;
	height:42px;
	position: relative;
	float:left;
}

div#menu ul li.menu_1:hover a{
  background: url(../img/img_02_hover.png) no-repeat;
  width: 125px;
	height:42px;
	position: relative;
	float:left;
}

div#menu ul li.menu_2 a{
  background: url(../img/img_03.png) no-repeat;
  width: 118px;
	height:42px;
	position: relative;
	float:left;
}

div#menu ul li.menu_2:hover a{
  background: url(../img/img_03_hover.png) no-repeat;
  width: 118px;
	height:42px;
	position: relative;
	float:left;
}

div#menu ul li.menu_3 a{
  background: url(../img/img_04.png) no-repeat;
  width: 99px;
	height:42px;
	position: relative;
	float:left;
}

div#menu ul li.menu_3:hover a{
  background: url(../img/img_04_hover.png) no-repeat;
  width: 99px;
	height:42px;
	position: relative;
	float:left;
}

div#menu ul li.menu_4 a{
  background: url(../img/img_05.png) no-repeat;
  width: 109px;
	height:42px;
	position: relative;
	float:left;
}

div#menu ul li.menu_4:hover a{
  background: url(../img/img_05_hover.png) no-repeat;
  width: 109px;
	height:42px;
	position: relative;
	float:left;
}

div#menu ul li.menu_5 a{
  background: url(../img/img_06.png) no-repeat;
  width: 123px;
	height:42px;
	position: relative;
	float:left;
}

div#menu ul li.menu_5:hover a{
  background: url(../img/img_06_hover.png) no-repeat;
  width: 123px;
	height:42px;
	position: relative;
	float:left;
}

div#menu ul li.menu_6 a{
  background: url(../img/img_07.png) no-repeat;
  width: 161px;
	height:42px;
	position: relative;
	float:left;
}

div#menu ul li.menu_6:hover a{
  background: url(../img/img_07_hover.png) no-repeat;
  width: 161px;
	height:42px;
	position: relative;
	float:left;
}

div#menu ul li.menu_7 a{
  background: url(../img/img_08.png) no-repeat;
  width: 161px;
	height:42px;
	position: relative;
	float:left;
}

div#menu ul li.menu_7:hover a{
  background: url(../img/img_08_hover.png) no-repeat;
  width: 161px;
	height:42px;
	position: relative;
	float:left;
}


/* ******************** ANGLICKE MENU ***********************  */

div#menu_en a {
	color: white;
	text-decoration: none;
}

div#menu_en ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 896px;
}

div#menu_en ul li.menu_1 a{
  background: url(../img/img_02_en.png) no-repeat;
  width: 118px;
	height:42px;
	position: relative;
	float:left;
}

div#menu_en ul li.menu_1:hover a{
  background: url(../img/img_02_en_hover.png) no-repeat;
  width: 118px;
	height:42px;
	position: relative;
	float:left;
}

div#menu_en ul li.menu_2 a{
  background: url(../img/img_03_en.png) no-repeat;
  width: 103px;
	height:42px;
	position: relative;
	float:left;
}

div#menu_en ul li.menu_2:hover a{
  background: url(../img/img_03_en_hover.png) no-repeat;
  width: 103px;
	height:42px;
	position: relative;
	float:left;
}

div#menu_en ul li.menu_3 a{
  background: url(../img/img_04_en.png) no-repeat;
  width: 122px;
	height:42px;
	position: relative;
	float:left;
}

div#menu_en ul li.menu_3:hover a{
  background: url(../img/img_04_en_hover.png) no-repeat;
  width: 122px;
	height:42px;
	position: relative;
	float:left;
}

div#menu_en ul li.menu_4 a{
  background: url(../img/img_05_en.png) no-repeat;
  width: 126px;
	height:42px;
	position: relative;
	float:left;
}

div#menu_en ul li.menu_4:hover a{
  background: url(../img/img_05_en_hover.png) no-repeat;
  width: 126px;
	height:42px;
	position: relative;
	float:left;
}

div#menu_en ul li.menu_5 a{
  background: url(../img/img_06_en.png) no-repeat;
  width: 123px;
	height:42px;
	position: relative;
	float:left;
}

div#menu_en ul li.menu_5:hover a{
  background: url(../img/img_06_en_hover.png) no-repeat;
  width: 123px;
	height:42px;
	position: relative;
	float:left;
}

div#menu_en ul li.menu_6 a{
  background: url(../img/img_07_en.png) no-repeat;
  width: 140px;
	height:42px;
	position: relative;
	float:left;
}

div#menu_en ul li.menu_6:hover a{
  background: url(../img/img_07_en_hover.png) no-repeat;
  width: 140px;
	height:42px;
	position: relative;
	float:left;
}

div#menu_en ul li.menu_7 a{
  background: url(../img/img_08_en.png) no-repeat;
  width: 164px;
	height:42px;
	position: relative;
	float:left;
}

div#menu_en ul li.menu_7:hover a{
  background: url(../img/img_08_en_hover.png) no-repeat;
  width: 164px;
	height:42px;
	position: relative;
	float:left;
}
