/* formatowanie bloku menu rozwijanego */
#menu0 {
        font-size:13px;
        color:#000000;
		padding: 0;
		text-decoration:none;
 		 font-family:                    verdana, arial, helvetica, sans-serif;
 		 font-size:                      1.0em;
}
/* formatowanie bloku menu rozwijanego */
#menu0 dt {
	color: #666666;
	cursor: pointer;
	margin: 5px 0 0 0;
	text-indent:15px;
	padding: 1px;
	height:18px;
	line-height: 18px;
	border-top:1px dotted #dcdcdc;
 
}
/* formatowanie bloku podmenu rozwijanego */
#menu0 dd {
	color: #666;
	min-height:18px;
	margin: 0;
	padding: 1px 5px;
	text-indent:20px;
	line-height: 18px; 
}

#menu0 dd.active {
	font-weight: bold;
}
.mdt {
		font-size:13px;
		text-decoration:none;
		color:#666666;
}
.mdt:hover {
		font-size:13px;
		font-weight:bold;
		text-decoration:underline;
}
.mdd {
		font-size:13px;
		text-decoration:none;
		color:#666666;
}
.mdd:hover {
		font-size:13px;
		font-weight:bold;
		text-decoration:underline;
}
