#menu {
	width: 200px;
	background-color: #E1E1E1;
	border-left: 1px solid #FFF;
	padding: 10px 0;
	float: left;
}

/* formátování levého menu */
#menu ul {
	font-weight: bold;
	color: #151515;
	padding-top: 10px;
	margin: 0; padding: 0;
}
#menu ul li {
	position: relative;
	list-style-type: none;
	background: url('images/type_one.gif') 20px 0.3em no-repeat;
	padding: 0 0 10px 35px;
	margin: 10px 15px 0 5px;
	border-bottom: 1px dotted #000000;
}
#menu ul a {
	font-weight: bold;
	color: #151515;
	text-decoration: none;
}
#menu ul a:hover { text-decoration: underline }
