#left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#left ul li {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 18px;
	padding: 0px;
}
a.menu:link,a.menu:visited,a.menu:hover,a.menu:active {
	background-image: url(../img/nav_no.gif);
	background-repeat: no-repeat;
	display: block;
	width: 161px;
	height: 18px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 2px;
}
a.menu_act:link,a.menu_act:visited,a.menu_act:active,a.menu_act:hover {
	background-image: url(../img/nav_act.gif);
	background-repeat: no-repeat;
	display: block;
	width: 161px;
	height: 18px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 2px;
}
