@charset "iso-8859-2";
/* CSS Document */
#template_lmenu {
}
.expand_all,
.collapse_all {
	cursor: pointer;
}
.left_menu {
	font-size: 90%;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 180px;
}
.left_menu ul {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0px;
}
#lmenu {
	margin: 0;
}
#lmenu li ul {
	margin-top: 2px;
	margin-bottom: 2px;
}
#lmenu li,
.left_menu li {
	background-image: none;
	margin: 0;
	padding: 0;
}
.left_menu ul ul {
	display: block;
}
.left_menu ul ul li a {
	padding-left: 20px;
	width: 150px;
}
.left_menu a {
	color: #000;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-left: 0px;
	width: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 17px;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-color: #E1E1E1;
}
.left_menu a.expanded {

}
.left_menu a.collapsed {

}
.left_menu a:hover {
	text-decoration: none;
}
.left_menu ul a {
	margin-left: 7px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-top: 2px solid #fff;
	color: #000;
	display: block;
	font-weight: normal;
	width: 152px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	background-color: #F2F2F2;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #EBEBEB;
	border-bottom-color: #D8D8D8;
	border-left-color: #EBEBEB;
	background-image: url(/point.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 12px;
}
.left_menu ul a:link {
	font-weight: normal;
}
.left_menu ul a:hover {
	background : #E8E8E8;
	background-image: url(/point.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
}
.left_menu li.active a {
	background-image: url(/pointb.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	text-decoration: underline;
	background-color: #F2F2F2;
}
.left_menu li.active li a {
	background: #e8e8e8;
}
#lmenu li.footer,
.left_menu .footer {
	border-top: 1px solid #fff;
	height: 1px;
}
.left_menu .footer span {
	display: none;
}

