td.menuon
{
   	font-size: 13px;
    font-family:Verdana;
	cursor: hand;
	color:#000000;
	font-weight:bold;
	text-decoration: none;
}

/*ved hover*/
td.menuoff
{
   	font-size: 12px;
    font-family:Verdana;
	cursor: hand;
	color:#525252;
	font-weight:bold;
	text-decoration: none;
}
td.submenuon
{
   	font-size: 11px;
    font-family:Verdana;
	cursor: hand;
	color:#000000;
	font-weight:bold;
	text-decoration: none;
}

/*ved hover*/
td.submenuoff
{
   	font-size: 10px;
    font-family:Verdana;
	cursor: hand;
	font-weight:bold;
	color:#525252;
	text-decoration: none;
}
td.menutopon
{
   	font-size: 11px;
    font-family:Verdana;
	cursor: hand;
	color:#000000;
	font-weight:bold;
	text-decoration: none;
}

/*ved hover*/
td.menutopoff
{
   	font-size: 11px;
    font-family:Verdana;
	cursor: hand;
	color:#000000;
	text-decoration: none;
}