#navcontainer {
	margin: 0px 0 0 17px;
	padding: 0;
	height: 20px;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a {
	width: 99px;
	height: 24px;
	border-left: 1px solid #fff;
	border-right: none;
	padding: 5px 0 0 0;
	color: #000;
	text-decoration: underline;
	display: block;
	text-align: center;
	font: bold 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	background: #EAE7D7;
}

#navcontainer ul li a:hover {
	text-decoration: none;
	}

#navcontainer ul li a.prvni {
	background-image: url(_img/left.gif);
	background-repeat: no-repeat;
}

#navcontainer ul li a.last {
	width: 104px;
	background-image: url(_img/right.gif);
	background-repeat: no-repeat;
}

#navcontainer ul li a.prvni:hover {
	background-image: url(_img/left-over.gif);
	background-repeat: repeat-y;
	}
#navcontainer ul li a.last:hover {
	background-image: url(_img/right-over.gif);
	background-repeat: repeat-y;
	}

#navcontainer ul li a:hover {
	color: #930;
	background: #D0CBB3;
	}

#navcontainer a:active {
	background: #D0CBB3;
	color: #fff;
	}

#navcontainer li#active a {
	background: #c60;
	border: 1px solid #c60;
	color: #fff;
}

