table.lmenu { background: #F2F2F2; }

.lfolder0 {
	cursor: pointer;
	cursor: hand;
	background: url(images/folder_open.gif) repeat-y;
	width: 10px;
	border-bottom: 1px solid white;
}

td.lfolder1 {
	border-bottom: 1px solid #F2F2F2;
	font-size: 11px;
	font-weight: bold;
}

td.lfolder1 a:link, td.lfolder1 a:visited { text-decoration: none; }
td.lfolder1 a:hover { text-decoration: underline; }

td.lfolder1open {
	border-bottom: 1px solid #F2F2F2;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

td.lfolder1open a:link, td.lfolder1open a:visited, td.lfolder1open a:hover { text-decoration: underline; }

.lmenu0 {
	width: 10px;
	border-bottom: 1px solid #F2F2F2;
}

.lmenu1 {
	background: url(images/folder_open.gif) repeat-y;
	width: 10px;
	border-bottom: 1px solid white;
}

li.lsub {
	list-style-image: url(images/sub-point.gif);
	margin-left: -25px;
	font-size: 10px;
	font-weight: normal;
	line-height: 2;
	text-decoration: underline;
	vertical-align: middle;
}

.close { display: none; }

