body {
	behavior:url("csshover.htc");
}
ul, li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
ul {
	background: #fff;
}
li {
	position: relative;
	padding: 0px;
	z-index: 9;
}
li.folder a {
	text-decoration:none;
}
li.folder:hover {
	z-index: 10;
}
li.folder ul {
	position: absolute;
	display: none;
	left: 210px; /* IE */
	top: 10px;
}
li.folder>ul {
	left: 130px;
}
ul.level1 li.folder:hover ul.level2 {
	display: block;
}
li>a {
	width: auto;
}
li a.submenu {
	background-color: #ff390f;
	padding-left: 4px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 150px;
	color: #fff;
	text-decoration: none;
}
li a:hover {
	background-color: #DFEDF7;
	font-weight: bold;
	padding-left: 10px;
}
li.explain {
	background-color: #DCEAF9;
	padding-top: 4px;
	padding-bottom: 4px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html li.explain {
}
/* End hide from IE5/mac */

#menu {
	margin: 0;
	padding: 0;
}
