#tlacitko_v {
	display: block;
	margin: 0;
	padding: 0 5px;
	color: #ffffff;
	border-left: 0px dotted #191d80;
	border-right: 0px solid #191d80;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}

#nadpis_v {
	background-color: #666666;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	height: 17px;
}

#tlacitko_v:hover {
	background: #ccc;
	color: #191d80;
}

#tlacitko_v:active {
	background: #ccc;
	color: #fff;
}

ul.tlacitko_v {
	display: block;
	width: 170px;
	border-right: 1px solid #191d80;
}

li.tlacitko_v {
	list-style-type: circle;
}



#tlacitko_h {
	display: inline;
	margin-top: 0;
	padding-right: 10;
	padding-left: 10;
	color: #191d80;
	background: #ffffff;
	border-left: 1px solid #191d80;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}

#nav {
	position: absolute;
	top: 128px;
	left: 50px;
	height: 21px;
	width: 700px;
	clear: both;
	font-size: 10px;
}


#nav ul {
  margin: 0 0 0 30px;
  padding: 0;
}
#nav li {
  float: left;
  list-style: none;
}
#nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 0 10px 1px;
  line-height: 21px;
  margin-right: 3px;
  font-weight: bold;
}
#nav a:hover { text-decoration: underline; background: #444499; color: #fff; }
#nav a:active { color: #fff; background: #444499; }
#nav a:active:hover { color: #fff; background: #444499; }


#tlacitko_h:hover {
	background: #eeeeee;
	color: #191d80;
}

#tlacitko_h:active {
	background: #eeeeee;
	color: #cccccc;
}
