dl, dt, dd {

	display: block;
	list-style: none;
	margin: 0;
        padding: 0;
 	font-size: 12px;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
}


dt {
	font-size: 13px;
	color: #d55541;
	font-weight: bold;
	padding: 2px 0;
	text-indent: 5px;
}

dd {
        width: 180px;
	padding-left: 5px;
	border-width: 0px;
}


dt a{
	color: #d55541;
}

dt a:link, dt a:visited {
	display: block;
	width: 178px;
	height: 23px;
	text-decoration: none;
	font-size: 13px;

	font-weight: bold;

}

dt a:hover, dt a.aktywny{
	color: #fff;
	background-image: url("tlo3.gif");
}




dd a {
	display: block;
 	width: 180px;
	text-decoration: none;
	padding: 4px 20px;
	background: url("tlo1.gif") no-repeat top left;
	color: #5d5d5d;
	border-left: 1px solid #cecece;
}

dd a:hover, dd a.aktywny {
        color: #fff;
	background-image: url("tlo2.gif");
}


dd a.podwojny{
        line-height: 15px;
	display: block;
	width: 180px;
	text-decoration: none;
	padding: 4px 20px;
	background: url("tlo1_d.gif") no-repeat top left;
	color: #5d5d5d;
	border-left: 1px solid #cecece;
}


dd a:hover.podwojny, dd a.podwojny_aktywny, dd a:hover.podwojny_aktywny {
        line-height: 15px;
	color: #fff;
	background-image: url("tlo2_d.gif");

}
