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

