@charset "utf-8";
#menu {
	float: left;
	height: 32px;
	width: 117px;
}
.menu a {
	width:117px;
	height: 32px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(images/button-0.jpg);
	color: #333333;
}
.menu a:hover {
	width:117px;
	height: 32px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(images/button-1.jpg);
	color: #F60B69;
}
.menu a.activ {
	width:117px;
	height: 32px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(images/button-1.jpg);
	color: #333333;
}


.pozice {
	top: 7px;
	left: 50px;
	width: 117px;
	font-size: 75%;
	padding-top: 7px;
	text-align: center;
	font-weight: bold;
	cursor: hand;
}

.navigace h1 {
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
}

.navigace a {
	width:250px;
	height: 32px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: left;
	color: #333333;
	text-decoration: none;
	background-image: url(images/button-0.gif);
}
.navigace a:hover {
	width:250px;
	height: 32px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/button-1.gif);
}
.navigace a.activ {
	width:250px;
	height: 32px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/button-1.gif);
}
.navigace a.sub {
	width:230px;
	height: 32px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: left;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	background-image: url(images/button-0sub.jpg);
}

.navigace a.subactiv {
	width:230px;
	height: 32px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	background-image: url(images/button-1sub.jpg);
}
.navigace a:hover.sub {
	width:230px;
	height: 32px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	background-image: url(images/button-1sub.jpg);
}
.navigace a.sub2 {
	width:230px;
	height: 32px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: left;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	background-image: url(images/button-2.jpg);
}
.navigace  a:hover.sub2 {
	width:230px;
	height: 32px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: left;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	background-image: url(images/button-2subactiv.jpg);
}
