body {
	behavior:url("csshover.htc");
	padding: 10px;
}
ul.level1 {
	width: 180px;
	background: #fff;
	list-style-type: none;
}
li {
	position: relative;
	padding: 0px;
	z-index: 9;
}
li.folder	{
	background: #fff;
	display: block;
	/*border-left: 1em solid #ff9e06;
	border-bottom: 1px solid #ff9e06;*/
}	
li.folder:hover {
	z-index: 10;
	background-color: #000;
}
li.folder ul {
	position: absolute;
	display: none;
	left: 130px; /* IE */
	top: 5px;
	list-style: none;
}
li.folder>ul { 
	left: 130px;
}
ul.level1 li.folder:hover ul.level2 {
	display: block;
	width: 180px;
}
ul.level1 a {
	line-height: 20px;
	padding: 5px;
	background: #fff;
	display: block;
	border-left: 1em solid #ff9e06;
	border-bottom: 1px solid #ff9e06;
	color: #8b0b04;
	width: auto;
}
li a.submenu {
	padding-left: 0px;
	display: block;
	border-bottom: 1px solid #ff9e06;
	padding: 3px 0 4px 10px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html li.explain { 
	width: 202px;
}
/* End hide from IE5/mac */

ul.level1 a:hover {
	border-color: #8b0b04; 
	text-decoration: none;
	color: #8b0b04;	
}
#contentNav {
    margin: 0;
    padding: 0;
    float: left;
}
