/* DEFINICE HLAVNIHO MENUBOXU */
/* menubox - element ul */
.MenuBox1 {
	border: solid 0px;
	width: 200px;
	margin: 5px 0px;
	padding: 0px;
	overflow: hidden;
}
	.MenuBox1 li {
		height: 1.7em;
		line-height: 1.7em;
		vertical-align: middle;
		font-weight: bold;
		list-style-type: none;
	}
	
/* menupolozka - element li */
.MenuItem1 {
	margin-bottom: 1px;
}
	.MenuItem1 a {
		color: #333333;
		width: 100%;
		display: block;
		text-decoration: none;
		background-color: #DCDD00;
	}
	.MenuItem1 a:hover {
		color: #FFFFFF;
		width: 100%;
		display: block;
		text-decoration: none;
		font-weight: bold;
		background-color: #FF4E01;
	}

/* menupolozka aktivni - element li */
.MenuItemSet1 {
	margin-bottom: 1px;
}
	.MenuItemSet1 a {
		color: #ffffff;
		width: 100%;
		display: block;
		text-decoration: none;
		background-color: #DCDD00;
	}
	.MenuItemSet1 a:hover {
		color: #FFFFFF;
		width: 100%;
		display: block;
		text-decoration: none;
		font-weight: bold;
		background-color: #FF4E01;
	}
	
.MenuItemLink1_0 {
	padding-left: 10px;
}
.MenuItemLink1_0:hover {
	padding-left: 10px;
}
.MenuItemLink1_1 {
	padding-left: 20px;
}
.MenuItemLink1_1:hover {
	padding-left: 20px;
}
.MenuItemLink1_2 {
	padding-left: 30px;
}
.MenuItemLink1_2:hover {
	padding-left: 30px;
}
.MenuItemLink1_3 {
	padding-left: 40px;
}
.MenuItemLink1_3:hover {
	padding-left: 40px;
}
.MenuItemLink1_4 {
	padding-left: 50px;
}
.MenuItemLink1_4:hover {
	padding-left: 50px;
}

/* DEFINICE TOP MENUBOXU */
.MenuBox2 {
	float: right;
	width: 600px;
	margin: 0px;
	padding: 0px;
}
	.MenuBox2 li {
		height: 70px;
		line-height: 70px;
		vertical-align: middle;
		font-weight: bold;
		list-style-type: none;
	}
.MenuItem2 {
	float: left;
	width: 150px;
	height: 70px;
	background-image: url(img/top_mit_bg.jpg);
	background-repeat: no-repeat;
}
	.MenuItem2 a {
		width: 100%;
		text-align: center;
		display: block;
		line-height: 70px;
		vertical-align: middle;
		font-size: 1.2em;
		color: #777777;
		text-decoration: none;
	}
	.MenuItem2 a:hover {
		width: 100%;
		text-align: center;
		display: block;
		line-height: 70px;
		vertical-align: middle;
		color: #333333;
		text-decoration: none;
	}
/* menupolozka aktivni - element li */
.MenuItemSet2 {
	float: left;
	width: 150px;
	height: 70px;
	background-image: url(img/top_mit_bg.jpg);
	background-repeat: no-repeat;
}
	.MenuItemSet2 a {
		width: 100%;
		text-align: center;
		display: block;
		line-height: 70px;
		vertical-align: middle;
		font-size: 1.2em;
		color: #333333;
		text-decoration: none;
	}
	.MenuItemSet2 a:hover {
		width: 100%;
		text-align: center;
		display: block;
		line-height: 70px;
		vertical-align: middle;
		color: #333333;
		text-decoration: none;
	}	