/* CSS meniu-a.php */
td.meniu-a{
	font-family: Tahoma, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	padding-left:0px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
td.meniu-a a{
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}
td.meniu-a a:hover{
	color: #E4E4E4;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../layout/pctmtop.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
td.meniu-ah{
	font-family: Tahoma, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	padding-left:0px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
td.meniu-ah a{
	color: #E4E4E4;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../layout/pctm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
td.meniu-ah a:hover{
	color: #E4E4E4;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

