/*------ menu ----------*/

#menu {
	margin: 0px 0px 0px 0px;
	width: 578px;
	height: 20px;
	float: right;
}


/*------- menu vysouvaci */
.menuBlok {
	position: relative;
}

.menuBlok .menuSubs {
	display: none;
}

.display {
	position: relative;
	z-index: 100;
}

.menuBlok1, .menuBlok1Hover {
	position: absolute;
	left: 0px;
	z-index: 0;
	width: 80px;
	}
	
a.menuBlok1:hover, .menuBlok1Hover {
	z-index: 100;
	}
	
	
.menuBlok2, .menuBlok2Hover {
	position: absolute;
	left: 80px;
	z-index: 0;
	width: 82px;
	}
	
a.menuBlok2:hover, .menuBlok2Hover {
	z-index: 100;
	}
	
	
.menuBlok3, .menuBlok3Hover {
	position: absolute;
	left: 162px;
	z-index: 0;
	width: 180px;
	}
	
a.menuBlok3:hover, .menuBlok3Hover {
	z-index: 100;
	}
	

.menuBlok4, .menuBlok4Hover {
	position: absolute;
	left: 342px;
	z-index: 0;
	width: 72px;
	}
	
a.menuBlok4:hover, .menuBlok4Hover {
	z-index: 100;
	}
	
	
.menuBlok5, .menuBlok5Hover {
	position: absolute;
	left: 414px;
	z-index: 0;
	width: 83px;
	}
	
a.menuBlok5:hover, .menuBlok5Hover {
	z-index: 100;
	}
	
	
.menuBlok6, .menuBlok6Hover {
	position: absolute;
	left: 497px;
	z-index: 0;
	width: 76px;
	}
	
a.menuBlok6:hover, .menuBlok6Hover {
	z-index: 100;
	}

.menuBlok6: a {
	background-image: none;
}

.menuBlok a, .menuBlok a:link, .menuBlok a:active, .menuBlok a:visited, .display a {
	display: block;
	padding: 8px 0px 5px 0px;
	text-align: center;
	height: 20px;
	float:left;
	
	background-image: url(../img/menu_separator.gif);
	background-repeat: no-repeat;
	background-position: left;
	
	color: #000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	
}

.menuBlok a:hover, .display a:hover, .display a:link, .display a:active, .display a:visited {
	text-decoration: none;
	color: #9abd27;
	text-decoration: underline;
}

	
.menuSubs {
	position: absolute;
	background-color: #000;	
	top: 30px;
}

#ms1 {
	left: 0px;
}
#ms2 {
	left: 80px;
}
#ms3 {
	left: 162px;
}
#ms4 {
	left: 292px;
}
#ms5 {
	left: 368px;
}
#ms6 {
	left: 471px;
}

a.submenu, a.submenu:visited, a.submenu:link, a.submenu:active {
	display: block;
	height: 15px;
	color: white;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 2px 2px 12px;	
	background-color: #F3F3F3;
	background-image: url(../img/submenu_bgr.jpg);
	background-repeat: repeat-x;
	border-top: 1px #CACACA solid;
	color: #000;
	float: none;
}

a.submenu:hover {
	color: #000;
	background-image: url(../img/submenu_hover_bgr.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}

#s1 {
	width: 85px;
}

#s2 {
	width: 190px;
}
#s3 {
	width: 115px;
}
#s4 {
	width: 110px;
}
#s5 {
	width: 103px;
}
#s6 {
	width: 96px;
}


