dl {
	margin: 20px auto 0;
	width: 170px;
	font-weight:bold;
	font-size: 11px;
	}
	dl dt {		
		width:170px; height:26px;
		background:url(../images/tlacitko.png) no-repeat left top;
		margin: 10px 1px 2px;
		}
		dl dt a,a:hover,a:active,a:visited { color:#FFF }
		dl dt:hover {
			background:url(../images/tlacitko_down.png) no-repeat left top;
		}
	dl ul {
		list-style: none;
		}
		dl ul li {
			font-weight:normal;
			width:170px; height:26px;
			background:url(../images/tlacitko_li.png) no-repeat left top;
			margin-top:2px; padding-left:10px;
			}
			dl ul li:hover {
			background:url(../images/tlacitko_down.png) no-repeat left top;
			}
	dl a {
		display: block;
		padding: 6px 10px;
	}
	a.blue,a.blue:hover,a.blue:active,a.blue:visited {
		color:#009;
		font:inherit;
	}
	a.blue-white,a.blue-white:visited {
		color:#009;
		font:inherit;
	}
	a.blue-white:hover,a.blue-white:active {
		color:#fff;
		font:inherit;
	}
	a.new,a.new:active,a.new:visited {
		color:black;
		font:inherit;
	}
	a.new:hover {
		color:rgb(47, 104, 174);
		background:#CC6;
	}
