@charset "utf-8";
/**********************************************
* Copyright (C) Radek Kejdus, 2006            *
* http://jarada.cz                            *
*                                             *
* Pokud chcete pouzit nejakou cast meho kodu, *
* alespon mi to sdelte, udela mi to radost... *
**********************************************/
/********************* Menu ******************/

a.menic, a.menic:visited {
	background-image: url(img/button0.gif);
}

a.menic:hover {
	background-image: url(img/button1.gif);
	color: #fff;
	background-color: #36f;
}

a.menic2, a.menic2:visited {
	background-image: url(img/button3.gif);
}

a.menic2:hover {
	background-image: url(img/button4.gif);
	color: #fff;
	background-color: #36f;
}

div#menu {
	position: absolute;
	width: 682px;
	height: 25px;
	top: 96px;
	left: 22px;
	font-size: 16px;
	font-family: 'Courier New', Courier, monospace;
	font-style: normal;
	font-weight: 600;
	font-variant: small-caps;
	z-index: 5;
	cursor: default;
}



div.menu_text {
	position: relative;
	color: #000;
	top: 2px;
	left: 20px;
	width: 90px;
	height: 25px;
}

div.menu_sipka {
	position: absolute;
	top: 5px;
	left: 7px;
	width: 12px;
	height: 12px;
	background-image: url(img/sipka.gif);
}


div#nav1 {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#nav1 ul {
	margin: 0;
	padding: 0;
}

div#nav1 li {
	position: relative;
	width: 100px;
	height: 25px;
	list-style: none;
	background-image: url(img/button0.gif);
}

div#nav1 li a {
	display: block;
	height: 23px;
	text-decoration: none;
	padding-top: 2px;
}

div#nav1 ul ul {
	display: none;
}

div#nav1 ul.level1 li.m1:hover ul.level2 {
	display:block;
}

div#nav2 {
	position: absolute;
	top: 0px;
	left: 120px;
}

div#nav2 ul {
	margin: 0;
	padding: 0;
}

div#nav2 li {
	position: relative;
	width: 100px;
	height: 25px;
	background-image: url(img/button0.gif);
	list-style: none;
}

div#nav2 li a {
	display: block;
	height: 23px;
	padding-top: 2px;
	text-decoration: none;
}

div#nav2 ul ul {
	display: none;
}

div#nav2 ul.level1 li.m1:hover ul.level2 {
	display:block;
}

div#nav3 {
	position: absolute;
	top: 0px;
	left: 240px;
}

div#nav3 ul {
	margin: 0;
	padding: 0;
}

div#nav3 li {
	position: relative;
	width: 100px;
	height: 25px;
	list-style: none;
	background-image: url(img/button0.gif)
}

div#nav3 li a {
	display: block;
	height: 23px;
	padding-top: 2px;
	text-decoration: none;
}

div#nav3 ul ul {
	display: none;
}

div#nav3 ul.level1 li.m1:hover ul.level2 {
	display:block;
}

div#nav4 {
	position: absolute;
	top: 0px;
	left: 360px;
}

div#nav4 ul {
	margin: 0;
	padding: 0;
}

div#nav4 li {
	position: relative;
	width: 100px;
	height: 25px;
	list-style: none;
	background-image: url(img/button0.gif)
}

div#nav4 li a {
	display: block;
	height: 23px;
	padding-top: 2px;
	text-decoration: none;
}

div#nav4 ul ul {
	display: none;
}

div#nav4 ul.level1 li.m1:hover ul.level2 {
	display:block;
}


div#nav5 {
	position: absolute;
	top: 0px;
	left: 480px;
}

div#nav5 ul {
	margin: 0;
	padding: 0;
}

div#nav5 li {
	position: relative;
	width: 100px;
	height: 25px;
	list-style: none;
	background-image: url(img/button0.gif)
}

div#nav5 li a {
	display: block;
	height: 23px;
	padding-top: 2px;
	text-decoration: none;
}

div#nav5 ul ul {
	display: none;
}

div#nav5 ul.level1 li.m1:hover ul.level2 {
	display:block;
}

div#nav6 {
	position: absolute;
	top: 0px;
	left: 600px;
}

div#nav6 ul {
	margin: 0;
	padding: 0;
}

div#nav6 li {
	position: relative;
	width: 100px;
	height: 25px;
	list-style: none;
	background-image: url(img/button0.gif)
}

div#nav6 li a {
	display: block;
	height: 23px;
	padding-top: 2px;
	text-decoration: none;
}

div#nav6 ul ul {
	display: none;
}

div#nav6 ul.level1 li.m1:hover ul.level2 {
	display:block;
}

div#nav7 {
	position: absolute;
	top: 0px;
	left: 720px;
}

div#nav7 ul {
	margin: 0;
	padding: 0;
}

div#nav7 li {
	position: relative;
	width: 100px;
	height: 25px;
	list-style: none;
	background-image: url(img/button0.gif)
}

div#nav7 li a {
	display: block;
	height: 23px;
	padding-top: 2px;
	text-decoration: none;
}

div#nav7 ul ul {
	display: none;
}

div#nav7 ul.level1 li.m1:hover ul.level2 {
	display:block;
}


div#nav8 {
	position: absolute;
	top: 0px;
	left: 840px;
}

div#nav8 ul {
	margin: 0;
	padding: 0;
}

div#nav8 li {
	position: relative;
	width: 100px;
	height: 25px;
	list-style: none;
	background-image: url(img/button0.gif)
}

div#nav8 li a {
	display: block;
	height: 23px;
	padding-top: 2px;
	text-decoration: none;
}

div#nav8 ul ul {
	display: none;
}

div#nav8 ul.level1 li.m1:hover ul.level2 {
	display:block;
}

