
.dzial {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #990000;
    padding-left:15px;
    padding-top:20px;
    padding-bottom:5px;
    display:block;
    border-bottom:1px solid #CCCCCC;
    margin-left:15px;
    margin-right:15px;

}

#menu0, #menu1, #menu2, #menu3{
	width: 200px;
}

#menu0 dt, #menu1 dt, #menu2 dt, #menu3 dt{
	color: #333333;
	font-weight: bold;
	text-align: left;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	padding-left:20px;
	background-image:url(../img/dot_d.gif);
	background-repeat:no-repeat;
	margin-left:15px;
	margin-right:15px;
	cursor:pointer;
}

#menu0 dd, #menu1 dd, #menu2 dd, #menu3 dd {
	color: #333333;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	border-bottom:1px solid #CCCCCC;
	margin-left:15px;
	margin-right:15px;
	cursor:pointer;
	background-image:url(../img/dot.gif);
	background-repeat:no-repeat;
}

#menu0 dd.active, #menu1 dd.active, #menu2 dd.active, #menu3 dd.active {
	text-decoration: underline;
}

a {	
	color: #333333;
	text-decoration:none;
}

a:hover {	
	text-decoration: underline;
}

