/* CSS meniu-a.php */
td.meniu-b{
	font-family: Verdana, sans-serif;
	color: #808284;
	text-decoration: none;
	font-size: 11px;
	padding-left:0px;
	font-weight: bold;
	text-align: center;
}
td.meniu-b a{
	color: #808284;
	text-decoration: none;
	display: block;
}
td.meniu-b a:hover{
	color: #333333;
	text-decoration: none;
}
td.meniu-bh{
	font-family: Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	padding-left:0px;
	font-weight: bold;
	text-align: center;
}
td.meniu-bh a{
	color: #000000;
	text-decoration: none;
}
td.meniu-bh a:hover{
	color: #333333;
	text-decoration: none;
}

