dl, dt, dd, ul, li {
	margin : 0;
	padding : 0;
	list-style-type : none;
}
#menu {
	width : 200px;
	padding : 0;
}
#menu dt {
	cursor : pointer;
	margin : 2px 0;
	height : 32px;
	line-height : 32px;
	text-align : center;
	font-weight : bold;
	/*border : thin solid #d9def6;
	background-color : #72acdc;*/
	border : none;
	background-image: url("/gfx/guzik1.png");
}
#menu dt span {
	width : 100%;
	/* width : 100%; <- tak było oryginalnie!!! */
	background-repeat : no-repeat;
	background-position : 95% center;
	display : block;
	color: white;
	background-image: url("/text/gfx/guzik1.png");
	
	/* dopisane: */
	text-align: left;
	text-indent: 25px;
}
#menu dd {
	border : none;
	/*border : thin solid #d9def6;*/
}
#menu li {
	text-align : center;
	/*background-color : #eff3ff;*/
	background-image: url("/text/gfx/guzik2.png");
	border-bottom: thin solid rgb(248,230,175);
	
	/* dopisane: */
	font-weight: bold;
	line-height: 32px;
}
#menu li a, #menu dt a {
	color: white;
	text-decoration : none;
	display : block;
	border : 0 none;
	height : 32px;
	
	/* dopisane: */
	text-indent: 25px;
	text-align: left;
}
#menu dt a:hover, #menu dt:hover {
	color: rgb(113,65,43);
	/*background-color : #eff3ff;*/
}
#menu li a:hover {
	color: rgb(113,65,43);
	/*background-color : #e0ebef;*/
}

#menu dt#tyt span {
	color: white;
}
#menu dt#mst span {
	color: white;
	text-align: left;
	text-indent: 25px;
}
