A.kategorie {
	font-weight: bold;
	color: #4169E1;
	text-decoration: none;
}
A:hover.kategorie{
	font-weight: bold;
	color: #4169E1;
	text-decoration: underline;
}
A.podkategorie {
	font-weight: bold;
	color: #ADD8E6;
	text-decoration: none;
}
A:hover.podkategorie{
	font-weight: bold;
	color: #ADD8E6;
	text-decoration: underline;
}
A.menu_svetla {
	color: #D3D3D3;
   text-decoration: none;
}
A:hover.menu_svetla {
	color: #D3D3D3;
	text-decoration: none;
}
A.menu_svetla_admin {
color: white;
   text-decoration: none;
}
A:hover.menu_svetla_admin {
	color: white;
	text-decoration: none;
}

A.lista_menu {
	font-weight: bold;
	color: #696969;
	text-decoration: underline;
}
A:hover.lista_menu {
	font-weight: bold;
	color: Navy;
	text-decoration: none;
}
A.menu {
	color: #545454;
	text-decoration: underline;
}
A:hover.menu {
	color: #545454;
	text-decoration: none;
}