/* hlavni menu - prvni uroven */

#menuBar
{
	width: 525px; 
	height: 128px;
	float: left;
	overflow: hidden;
}

.menuBar
{
	
}

#menu
{
	display:block;
	height: 128px;
	min-height: 128px;
	overflow: hidden;
}

#menu span
{
	font-size: 10px;
	position: relative;
	top: 130px;
	visibility: hidden;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li
{
	display: block;
 	float: left;
	margin: 0px;
	border: 0px;
}

#menu li.mli1
{
	width:62px;
	background: url("../img/tl01_0.jpg") no-repeat;
	overflow: hidden;
}

#menu li.mli2
{
	width:83px;
	background: url("../img/tl02_0.jpg") no-repeat;
	overflow: hidden;
}

#menu li.mli3
{
	width:78px;
	background: url("../img/tl03_0.jpg") no-repeat;
	overflow: hidden;
}

#menu li.mli4
{
	width:80px;
	background: url("../img/tl04_0.jpg") no-repeat;
	overflow: hidden;
}

#menu li.mli5
{
	width:86px;
	background: url("../img/tl05_0.jpg") no-repeat;
	overflow: hidden;
}

#menu li.mli6
{
	width:132px;
	background: url("../img/tl06_0.jpg") no-repeat;
	overflow: hidden;
}

#menu a
{
	height: 128px;
	display: block;
	padding: 0px;
	text-decoration:none;
}

#menu a#mi1:hover
{
	background: transparent url("../img/tl01_1.jpg") no-repeat;
}

#menu a#mi2:hover
{
	background: transparent url("../img/tl02_1.jpg") no-repeat;
}

#menu a#mi3:hover
{
	background: transparent url("../img/tl03_1.jpg") no-repeat;
}

#menu a#mi4:hover
{
	background: transparent url("../img/tl04_1.jpg") no-repeat;
}

#menu a#mi5:hover
{
	background: transparent url("../img/tl05_1.jpg") no-repeat;
}

#menu a#mi6:hover
{
	background: transparent url("../img/tl06_1.jpg") no-repeat;
}

/* Stisknuta tlacitka aktualni sekce */

#menu1
{
	width:62px;
	height: 128px;
	background: url("../img/tl01_1.jpg") no-repeat;
	overflow: hidden;
}

#menu2
{
	width:83px;
	height: 128px;
	background: url("../img/tl02_1.jpg") no-repeat;
	overflow: hidden;
}

#menu3
{
	width:78px;
	height: 128px;
	background: url("../img/tl03_1.jpg") no-repeat;
	overflow: hidden;
}

#menu4
{
	width:80px;
	height: 128px;
	background: url("../img/tl04_1.jpg") no-repeat;
	overflow: hidden;
}

#menu5
{
	width:86px;
	height: 128px;
	background: url("../img/tl05_1.jpg") no-repeat;
	overflow: hidden;
}

#menu6
{
	width:132px;
	height: 128px;
	background: url("../img/tl06_1.jpg") no-repeat;
	overflow: hidden;
}