.menu{
	margin:0px;
	padding:0;
	background-color: #E8FFC7;
	vertical-align: middle;
	left: 0px;
	list-style-type: none;
}
.menu li{
	padding:0;
	margin:0 0 0 0;
	height:20px;
	display:block;
}
.menu li a{
	text-align:left;
	height:20px;
	padding:0px 10px;
	color:#004A25;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
	border: 0;
	display: block;
	line-height: 20px;
}
.menu li a:hover{
	color: #38A828;
}
.menu li a span{
	line-height:20px;
}
.active1 {
	background-color: #E8FFC7;
	width: 240px;
	position: relative;
	left: 0px;
	padding-right: 10px;
	background-image: url(../img/right1x1.png);
	background-repeat: no-repeat;
	background-position: 99% 45%;
}
.unactive1 {
	background-color: #E8FFC7;
	width: 240px;
	position: relative;
	left: 0px;
}
.parent1 {
	background-color: #E8FFC7;
	width: 240px;
	position: relative;
	left: 0px;
	padding-right: 10px;
	background-image: url(../img/down1x1.png);
	background-repeat: no-repeat;
	background-position: 99% 45%;
}
.menu .active1 a {
	color: #38A828;
}
.menu .parent1 a {
	color: #38A828;
}
.active2 {
	background-color: #F5FFE8;
	position: relative;
	left: 10px;
	width: 230px;
	padding-right: 10px;
	background-image: url(../img/right1x2.png);
	background-repeat: no-repeat;
	background-position: 99% 45%;	
}
.unactive2 {
	background-color: #F5FFE8;
	position: relative;
	left: 10px;
	width: 230px;
}
.parent2 {
	background-color: #F5FFE8;
	position: relative;
	left: 10px;
	width: 230px;
	padding-right: 10px;
	background-image: url(../img/down1x2.png);
	background-repeat: no-repeat;
	background-position: 99% 45%;
}
.menu .active2 a {
	color: #38A828;
}
.menu .parent2 a {
	color: #38A828;
}
.active3 {
	background-color: #FFFFFF;
	position: relative;
	left: 20px;
	width: 220px;
	padding-right: 10px;
	background-image: url(../img/right1x3.png);
	background-repeat: no-repeat;
	background-position: 99% 45%;	
}
.unactive3 {
	background-color: #FFFFFF;
	position: relative;
	left: 20px;
	width: 220px;
}
.menu .active3 a {
	color: #38A828;
}
.menuhlavicka {
	background-color: #006633;
	height: 24px;
	background-image: url(../img/menu1middle.png);
}
.menupata {
	background-color: #E8FFC7;
	height: 24px;
}
.active {
	list-style-type: disc;
}
.unactive {
	list-style-type: none;
}
.readed {
	list-style-type: square;
	list-style-position: outside;
}

