#dropDown {
    position: relative;
    z-index:3;
}

#dropDown li a.subMenu {
    background-repeat: no-repeat;
	/*background-image: url('images_menu/backgroundDown.gif');*/
	background-position: top right;
}

#dropDown ul li a.subMenu {
	background-repeat: no-repeat;
	/*background-image: url('images_menu/backgroundRight.gif');*/
	background-position: top right;
}

#dropDown li ul {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 110px;
}

#dropDown li ul ul {
	position: absolute;
	left: 108px;
	top: 0;
	width: 110px;
}

#dropDown {
	position: absolute;
	z-index: 1;
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}

#dropDown ul {
	position: relative;
	z-index: 2;
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#dropDown ul.click {
    display: block;
}

#dropDown li {
	position: relative;
	/*background-color: #ffffff;*/
    z-index:1;
	/*border: 1px solid white;*/
	padding: 0;
	margin: 0;
	color: #000000;
	float: left;
	/*width: 110px;*/
	display: block;
}

.siroke {
	text-align:center;
	width: 150px;
}

.msiroke {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
	width: 150px;
    background-image: url('images_menu/backwhite.png');
	background-position: top right;	
}

.bsiroke {
	font-size:10px;
	text-align:left;
	text-transform:uppercase;
	width: 170px;
    background-image: url('images_menu/backwhite.png');
	background-position: top right;	
}

.uzke, .euzke {
	text-align:center;
	width: 108px;
}

.muzke {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
	width: 108px;
    background-image: url('images_menu/backwhite.png');
	background-position: top right;
}

#dropDown ul li a:hover {
	color: #34689A;
    /*background-image: url('images_menu/backgroundHover.gif');*/
}

#dropDown li a:hover {
	color: #34689A;
    /*background-image: url('images_menu/backgroundHover.gif');*/
}

#dropDown li a {
    position: relative;
    z-index: 1;
    display: block;
	padding: 2px;
	margin: 0;
	text-decoration: none;
}

.muzke A:link { color:#000000; }
.muzke A:visited { color:#000000; }
.muzke A:visited { color:#000000; }

.msiroke A:link { color:#000000; }
.msiroke A:visited { color:#000000; }
.msiroke A:visited { color:#000000; }

.bsiroke A:link { color:#000000; }
.bsiroke A:visited { color:#000000; }
.bsiroke A:visited { color:#000000; }

.euzke A:link { color:red; }
.euzke A:visited { color:red; }
.euzke A:visited { color:red; }