ul,li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	width: auto;
	/*background: #FFFFFF;*/
	list-style-type: none;
}

li {
	position: relative;
	padding: 0px;
	z-index: 9;
}

li.folder	{
	font: normal 14px arial, helvetica, sans-serif;
	background: url(images/nav.gif) no-repeat;
	padding: 2px 0 4px 15px;
	background-color: #EFEFEF;
/*	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;*/
}	

li.folder:hover {
	background: url(images/navR.gif) no-repeat;
	z-index: 10;
	background-color: #0056c9;
	font: normal 14px arial, helvetica, sans-serif;
}
		
li.folder ul {
	position: absolute;
	display: none;
	left: 130px; /* IE */
	top: 5px;
}
				
li.folder>ul { 
	left: 130px;
}
		
ul.level1 li.folder:hover ul.level2 {
	display: block;
	width: 140px;
}

a {
	padding: 2px;
	text-decoration: none;
	width: 100%; /* IE */
}

li>a { 
	width: auto;
}

li a.submenu {
	background-color: #0056c9;
	padding-left: 10px;
	font: normal 12px arial, helvetica, sans-serif;
	display: block;
	border: 1px solid #FFF;
	width: auto;
	padding-top: 3px;
	padding-bottom: 4px;
}
li li.submenu:hover a.submenu:hover{
	background-color: #FFFFFF;
	padding-left: 10px;
	font: normal 12px arial, helvetica, sans-serif;
	color: #0056c9;
	display: block;
	width: auto;
	border: 1px solid #FFF;
	padding-top: 3px;
	padding-bottom: 4px;
}
			
li.explain { 
	font: bold 14px arial, helvetica, sans-serif;
	background-color: #0080EE;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 190px;	
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html li.explain { 
	width: 202px;
}
/* End hide from IE5/mac */

a:link, a:visited {
	color: #FFFFFF;	
}

a:hover {
	color: #FFFFFF;	
}

#menu {
/*    border: 1px solid #ccc;*/
    margin: 0;
    padding: 0;
    width: 150px;
}

#link {
    font: 14px arial, helvetica, sans-serif;
	padding: 0px 0px 0px 20px;
	margin-top: 15px;
}