/*MENU_R----------------------------*/
a.menu_r {
	color:#FFFFFF;
}

div.pozycja {
	height:30px;
	width:250px;
	position:absolute;
	border-bottom:white 1px dashed;
}

div.strzalka {
	width:30px;
	height:30px;
	background:url(../images/trojkat.gif) no-repeat;
	position:absolute;
}

div.napis {
	padding-top:6px;
	width:220px;
	text-align:left;
	color:white;
	text-decoration:none;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	position:absolute;
	margin-left:30px;
}

a.menu_r:link,a.menu_r:visited,a.menu_r:active {
	background:none;
	text-decoration:none;
}

a.menu_r:hover .pozycja {
	background:#E9E9E9 url(../images/pasek.png) top repeat-x;
	border:0;
}

a.menu_r:hover .napis {
	color:#00A4F6;
}

a.menu_r:hover .strzalka {
	background:url(../images/trojkat_over.gif) no-repeat;
}

/*MENU_R-END------------------------*/

/*MENU_B----------------------------*/
div.pozycja_2 {
	height:20px;
	width:250px;
	font-size:12px;
	color:white;
	font-weight:bold;
	position:absolute;
}

div.strzalka_2 {
	margin-left:15px;
	width:30px;
	height:20px;
	background:url(../images/szczalka.gif) no-repeat;
	position:absolute;
}

div.napis_2 {
	padding-top:2px;
	width:220px;
	text-align:left;
	color:white;
	text-decoration:none;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	margin-left:30px;
}

div.submenu_napis {
	padding-top:2px;
	width:220px;
	text-align:left;
	color:white;
	text-decoration:none;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	margin-left:40px;
}

a.menu_b {
	color:#FFFFFF;
}

a.menu_b:link,a.menu_b:visited,a.menu_b:active {
	background:none;
	text-decoration:none;	
}

a.menu_b:hover .pozycja_2 {
	background:#E9E9E9 url(../images/pasek_podmenu.png) top repeat-x;
	border:none;
}

a.menu_b:hover .napis_2 {
	color:#00A4F6;
}

a.menu_b:hover .submenu_napis {
	color:#00A4F6;
}
/*MENU_B-END------------------------*/
