.menu{
	margin: 32px 0px 0px 24px;
	padding: 0px;
	min-height: 160px;
	_height: 160px;
	list-style-position: outside;
	list-style-image: url('/template/tool/menu/images/unactive.gif');
}
.menu, .menu a{
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: 12pt;
	color: #004AC7;
}
.menu .current a{
	font-size: 14pt;
	font-weight: normal/*bold*/;
	color: #FF0000;
}
.menu .current{
	list-style: none;
	list-style-image: url('/template/tool/menu/images/active.gif');
}

.menu .L1{
	font-size: small;
}
.menu .L2{
	margin-left: 8px;
	font-size: x-small;
}
.menu .L3{
	margin-left: 16px;
	font-size: xx-small;
}
