/*  wyglad 1 poziomu menu lewego - hover (dawniej #menu0 dt ) */
#menu0 {
    width: 198px;
	float: left;
	background: url(../img/menu_dot2.gif) 0 bottom no-repeat;
	margin: 24px 0 14px 0;
	padding: 0;
	padding-left: 28px;
}
#menu0 .styl1 {
    background: url(../img/menu_li.gif) 0 top no-repeat;
	display:block;
	float:left;
	margin:0;
	width:198px;
	padding-left: 0;
	min-height: 26px;
	height: auto !important;
	height: 26px;
    line-height:26px;
    font-weight: bold;
    color: #000000;
}
#menu0 .styl1 a {
    color: #000000;
}
#menu0 .styl2 {
    background: url(../img/menu_li.gif) 0 top no-repeat;
	display:block;
	float:left;
	margin:0;
	width:198px;
	padding-left: 0;
	min-height: 26px;
	height: auto !important;
	height: 26px;
    line-height:26px;
    font-weight: bold;
	color: #FFA300;
	}


	
/*  wyglad menu lewego - hover (dawniej #menu0 dd dt ) */
	#menu0 dd {
	width: 170px;
	float: left;
	background: none;
	margin: 0;
	padding: 2px 0 5px 15px;
	}
	#menu0 dd dt a {
	background: url(../img/arrow.gif) 0 7px no-repeat;
	display:block;
	float:left;
	margin:0;
	padding-left: 8px;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	padding-top:3px;
    cursor:pointer;
    font-weight: normal;
	color: #0D191C;
	float: left;
	padding-right: 11px;
	line-height: 11px;
	margin: 0;
	width: 155px;
	}	
    .styl3 {
	margin:0;
	padding-left: 8px;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	padding-top:2px;
    cursor:pointer;
    font-weight: normal;
	color: #0D191C;
	float: left;
	padding-right: 11px;
	line-height: 11px;
	margin: 0;
	width: 155px;
	}
	.styl4 {
	margin:0;
	padding-left: 8px;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	padding-top:2px;
    cursor:pointer;
    font-weight: normal;
	color: #0D191C;
	float: left;
	padding-right: 11px;
	line-height: 11px;
	margin: 0;
	width: 155px;
	}
	#menu0 dd dt a:hover {
		text-decoration:underline;
		border-left:0px;
	}
/*  wyglad 2-4 poziom menu lewego */
	#menu0 dd dd {
		margin:0px 0px 0px 20px;
		padding:0px;
		height:auto;
		width:auto;
		height:auto;
		list-style:none;
		line-height:16px;
	}
	#menu0 dd dd a {
		font-size:11px;
        line-height: 11px;
		font-weight:normal;
		color:#4F4D4D;
		border-left:0px;
		text-decoration:none;
		padding:3px 0 0 8px;
		margin:0px;
        min-height: 16px;
	height: auto !important;
	height: 16px;
	}
	#menu0 dd dd a:hover {
		text-decoration:underline;
		border-left:0px;
	}

