/* BLOK MENU */


#MENU_POZ {
	width: 187px;
	margin: 0 0 0 4px;
}

/* GLOWNE LINKI */

dl#menu0 {
	margin: 0;
}

#menu0 dt.link {
	width: 185px;
	overflow: hidden;
	border-left: 1px #F5F5F5 solid;
	border-right: 1px #F5F5F5 solid;
	border-top: 1px #F5F5F5 solid;
	border-bottom: 1px #DFDFDF solid;
	background: #F5F5F5 url(img/arrow.gif) 10px 10px no-repeat;
}

a.link {
	text-decoration: none;
	cursor: pointer;
	color:#5D5D5E;
	font-weight: bold;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	display:block;
	margin:7px 0 7px 25px 
}

a.link:hover {
	cursor: pointer;
	color:#C20006;
}


/* PODLINKI */

#menu0 dd.podlink {
	width: 185px;
	overflow: hidden;
	background-color:#DFDFDF;
	padding-left:0px;
	margin: 0;
	border-left: 1px #F5F5F5 solid;
	border-right: 1px #F5F5F5 solid;
	border-top: 0px #F5F5F5 solid;
	border-bottom: 1px #F5F5F5 solid;
}

a.podlink {
	text-decoration: none;
	cursor: pointer;
	color:#5D5D5E;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	display:block;
	margin:7px 0 7px 25px 
}

a.podlink:hover {
	text-decoration:underline;
	cursor: pointer;
	color:#000;
}


/*PODPODLINK*/

a.podpodlink {
	text-decoration: none;
	cursor: pointer;
	color:#5D5D5E;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	display:block;
	margin:7px 0 7px 45px 
}

a.podpodlink:hover {
	text-decoration:underline;
	cursor: pointer;
	color:#000;
}
