ul,li,a {	
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	background:#a4c469;
	list-style-type: none;	
}


li {
	position: relative;
	z-index: 9;
	padding: 0;
}
	
li.folder  { 
	/* background-color: #a4c469; */
	display: block;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 130px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html li.folder {
	width: 135px;
}
 
/* End hide from IE5/mac */


					
li.folder ul {
	position: absolute;
	display: none;
	left: 135px; /* IE */
	top: 0px;
}	
		
li.folder>ul { 
	left: 130px;
}

li.folder:hover { 
	z-index: 10;
}	

		
ul.level1 li.folder:hover ul.level2, ul.level2 li.folder:hover {
	display: block;
	width: 170px; /* width of the flyout menu */
}

li a {
	color: #666666;
	display: block;
	width: 100%; /* IE */
}
	
li>a { 
	width: auto;
}

li a.submenu {
	background-color: #d1f098;
	padding-left: 10px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px; 
	color: #000000; /* color of the flyout menu items */
	text-decoration:none;
}

li a.submenu:hover {
	background-color: #a4c469; /* hover colour for the fly out menu items */
	text-decoration:none;
}

li.folder:hover {
	background-color: #d1f098; /* hover color for main menu items */
}
.mainmenu a {
	text-decoration:none;
}

.mainmenu { /* font attributes for main menu items */
	font-size: 10px;
	text-transform: uppercase;
}

