.test {
	font-family: Tahoma;
}
#menu {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#menu a {
	display: block;
	width: 94%;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: normal;
	color: #01573E;
	border: solid white 1px;
	padding: 2px;
	margin: 3px 0px 3px 0px;
	border-bottom: 1px #eeeeee solid;
	font-size: 14px;
}

#menu .menuItem {
  font-weight: bold;
  color: grey;
  background-color: white;

}

a {
color: #013983;
font-weight: bold;
}

a:hover {
color: #01573E;
}

#menu a:hover {
  background-color: #01573E;
  color: white;
}
.podcarou {
	font-family: Tahoma;
	font-size: 10px;
}

#menu .menuItemSelected {
  font-weight: bold;
  color: #01573E;
  background-color: white;
}

.texty {
	font-size: 12px;
	font-family: Tahoma;
}

