.menu{
	margin:0px;
	padding:0;
	background-color: #FFCFCF;
	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:#910505;
	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: #E20505;
}
.menu li a span{
	line-height:20px;
}
.active1 {
	background-color: #FFCFCF;
	width: 240px;
	position: relative;
	left: 0px;
	padding-right: 10px;
	background-image: url(../img/right2x1.png);
	background-repeat: no-repeat;
	background-position: 99% 45%;
}
.unactive1 {
	background-color: #FFCFCF;
	width: 240px;
	position: relative;
	left: 0px;
}
.parent1 {
	background-color: #FFCFCF;
	width: 240px;
	position: relative;
	left: 0px;
	padding-right: 10px;
	background-image: url(../img/down2x1.png);
	background-repeat: no-repeat;
	background-position: 99% 45%;
}
.menu .active1 a {
	color: #E20505;
}
.menu .parent1 a {
	color: #E20505;
}
.active2 {
	background-color: #FFE8E8;
	position: relative;
	left: 10px;
	width: 230px;
	padding-right: 10px;
	background-image: url(../img/right2x2.png);
	background-repeat: no-repeat;
	background-position: 99% 45%;	
}
.unactive2 {
	background-color: #FFE8E8;
	position: relative;
	left: 10px;
	width: 230px;
}
.parent2 {
	background-color: #FFE8E8;
	position: relative;
	left: 10px;
	width: 230px;
	padding-right: 10px;
	background-image: url(../img/down2x2.png);
	background-repeat: no-repeat;
	background-position: 99% 45%;
}
.menu .active2 a {
	color: #E20505;
}
.menu .parent2 a {
	color: #E20505;
}
.active3 {
	background-color: #FFFFFF;
	position: relative;
	left: 20px;
	width: 220px;
	padding-right: 10px;
	background-image: url(../img/right2x3.png);
	background-repeat: no-repeat;
	background-position: 99% 45%;	
}
.unactive3 {
	background-color: #FFFFFF;
	position: relative;
	left: 20px;
	width: 220px;
}
.menu .active3 a {
	color: #E20505;
}
.menuhlavicka {
	background-color: #CC0505;
	height: 24px;
	background-image: url(../img/menu2middle.png);
}
.menupata {
	background-color: #FFCFCF;
	height: 24px;
}
.active {
	list-style-type: disc;
}
.unactive {
	list-style-type: none;
}
.readed {
	list-style-type: square;
	list-style-position: outside;
}

