.menu_right{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

/* klasa podmenu tekstowego*/
li.menu_right_chapter{
	list-style-type: none;
	margin: 0px 0px 10px -10px;
	padding: 0px 0px 0px 0px;
}

/* klasa podmenu tekstowego ustawienie wielkosci*/
ul.menu_right_level{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	width:324px;	
}

/* klasa podmenu tekstowego na 2 poziomie wcięcie 15*/
ul.menu_right_level_l2{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;	
}

/* wygląd i zachowanie dla linków*/
li.menu_right_l2_chapter a{
	line-height: 180%;
	padding:3px 0px 3px 3px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	display:block;
	background-image: url(/PARPFiles/image/grafiki_prawe_menu/innowacyjna_firma/podkreslenie_firma.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

li.menu_right_l2_chapter a:hover{
	line-height: 180%;
	padding:3px 0px 3px 3px;
	color:#E48641 !important;
	font-weight: bold;
	text-decoration: none;
	display:block;
	background-image: url(/PARPFiles/image/grafiki_prawe_menu/innowacyjna_firma/podkreslenie_firma.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}


