ul#left-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul#left-menu li.menu_active, ul#left-menu li.menu {
	display: block;
	text-align: left;
	margin: 0 0 3px;
	height: auto;
	width: 166px;
	padding: 0 0 2px;
	float: left;
	clear: both;
	background: transparent url(../menu/menu_bottom.gif) no-repeat left bottom;
}
ul#left-menu li.menu2, ul#left-menu li.menu2_active {
	margin: 3px 0 3px 0;
	padding: 0 0 2px;
}
ul#left-menu li.menu_active a, ul#left-menu li.menu a {
	text-decoration: none;
	color: #FFF;
	padding: 5px 0 3px 10px;
	float: left;
	width: 156px;
	#width: 176px;
	background: transparent url(../menu/menu_top.gif) no-repeat left top;
	font-size: 16px;
}
ul#left-menu li.menu a span {
	padding-left: 14px;
	background: transparent url(../menu/bullet_off_2.gif) no-repeat center left;
}
ul#left-menu li.menu2 a:hover, ul#left-menu li a:hover {
	color: #FED103;
}
ul#left-menu li.menu2_active a, ul#left-menu li.menu2 a {
	color: #FFF;
	width: 145px;
	text-decoration: none;
	padding-left: 15px;
	margin-left: 20px;
	background: transparent url(../menu/bullet_off_3.gif) no-repeat center left;
}
ul#left-menu li.menu_active a, ul#left-menu li.menu2_active a {
	color: #FED103;
}
ul#left-menu li.menu_active a span {
	padding-left: 14px;
	background: transparent url(../menu/bullet_on_2.gif) no-repeat center left;
}
ul#left-menu li.menu2_active a {
	background: transparent url(../menu/bullet_on_3.gif) no-repeat center left;
}
