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

ul {
	width: 157px;
	/*background: #fff;*/
	list-style-type: none;
}

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

}

li.folder	{
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 15px;
	color:#424242;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;	/*background-color: #EFEFEF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;*/
}	
li.folder a	{
	color:#424242;
	display:block;
	width:150px;
	
}
li.folder:hover {
	z-index: 10;
	background-color: #FFCA36;
	color:#913C05;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
		
li.folder ul {
	position: absolute;
	display: none;
	left: 146px; /* IE */
	top: 0px;
}
/*leftside spacing	*/			
li.folder>ul { 
	left: 157px;
}
/*leftside spacing	*/			
ul.level1 li.folder:hover ul.level2 {
	display: block;
	width: 200px;
}

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

li>a { 
	width: auto;
}

li a.submenu {
	background-color: #0B9FF4;
	color:#ffffff;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	border-bottom: 1px solid #3CBBF9;
	padding-top: 3px;
	padding-bottom: 4px;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
}
li a.submenu:hover{
	background-color: #67D3FE;
	color:#1E5B74;
	
}
				
li.explain { 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DCEAF9;
	border-bottom: 1px solid #FFFFFF;
	color: #6699CC;
	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: #666;	
}

a:hover {
	color: #000;	
}*/

#menu{
    /*border: 1px solid #ccc;*/
    margin: 0;
    padding: 0;
    width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	behavior:url("csshover.htc");
}

#link {
    font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 20px;
	margin-top: 15px;
}

