#left-menu ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

#left-menu ul a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#left-menu ul li {
	display: block;
	padding: 0;
	margin: 0;
	background: #e6e6e6;
}

#left-menu li.left-level-1-no a {
	height: auto;
	text-decoration:none;
	display: block;
	padding: 3px 0px 2px 15px;
	background: #dddddd;
	color: #555555;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f8f8f8;
	border-bottom-color: #68142E;
}

#left-menu li.left-level-1-no a:hover, #left-menu li.left-level-1-act a {
	height: auto;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 0px 2px 15px;
	background: #eeeeee;
	color: #68142E;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f8f8f8;
	border-bottom-color: #68142E;
}

#left-menu li.left-level-2-no a {
	height: auto;
	text-decoration: none;
	display: block;
	padding: 3px 6px 2px 40px;
	background: #eeeeee;
	color: #555555;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #777777;
	border-bottom-color: #777777;
}

#left-menu li.left-level-2-no a:hover, #left-menu li.left-level-2-act a {
	height: auto;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 6px 2px 40px;
	background: #eeeeee;
	color: #68142E;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #777777;
	border-bottom-color: #777777;
}

#left-menu li.left-level-3-no a {
	height: auto;
	text-decoration: none;
	display: block;
	padding: 3px 6px 2px 50px;
	background: #eeeeee;
	color: #555555;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #777777;
	border-bottom-color: #777777;
}

#left-menu li.left-level-3-no a:hover, #left-menu li.left-level-3-act a {
	height: auto;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 6px 2px 50px;
	background: #eeeeee;
	color: #68142E;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #777777;
	border-bottom-color: #777777;
}
