div#hpogmapListe {
	float: right; 
	width: 179px;
	background-image: url('imgs/menu-bkg.jpg'); 
	background-repeat: repeat-y; 
	margin-top: 10px;
}

	div#hpogmapListe div#hpogmapListeTop {
		background-image: url('imgs/menu-top.jpg');
		height: 5px;
		overflow: hidden;
	}

	div#hpogmapListe div#hpogmapListeBottom {
		background-image: url('imgs/menu-bottom.jpg');
		height: 5px;
		overflow: hidden;
	}
	
	
	div#hpogmapListe dl,
	div#hpogmapListe dl * {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	div#hpogmapListe dl {
		margin: 0 auto;
		width: 169px;
	}
	
		div#hpogmapListe dl dt {
			background-image: url('imgs/menu-item.jpg');
			height: 22px;
			line-height: 22px;
			padding: 0 5px;
			margin: 3px 0;
			text-transform: uppercase;
			color: #1265AB;
			text-align: center;
			cursor: pointer;
		}
	
		div#hpogmapListe dl dt img {
			float: right;
			margin-top: 3px;
		}
	
			div#hpogmapListe dl dd ul li {
				padding: 1px 5px;
				padding-left: 10px;
			}