.treemenu ul{
	margin:0;
	list-style:none;
	height:8px;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	border: 1px solid #F0F0F0;
	line-height: 18px;
	display: inline;
	width: 115px;
	background-image: url(../images/menu_coner.gif);

}

/*Top level list items*/
.treemenu ul li{
	position: relative;
	display: table-row-group;
	float: left; /*overall menu background color*/
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/menu_coner.gif);
	font-size: 13px;
		
	
}


/*Top level menu link items style*/
.treemenu ul li a{
	display: block;
	width: 115px;
	border-left-width: 0;
	text-decoration: none;
	color: #666666;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
}
	
/*1st sub level menu*/
.treemenu ul li ul{
left: 0;
position: absolute;
top: 5px; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.treemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.treemenu ul li ul li ul{ 
top: 0;
}

/* Sub level menu links style */
.treemenu ul li ul li a{
	clear:left;
	background:#BAD500;
	width:115px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 5px;
}

.treemenu ul li a:hover{
	background-color: #99CC00;
	color: white;
	width: 115px;
}

/*Background image for top level menu list links */
.treemenu .mainfoldericon{
	background-color: #FFFFFF;
	background-image: url(../images/menu_coner.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-attachment: scroll;
}

/*Background image for subsequent level menu list links */
.treemenu .subfoldericon{
	background-color: #F3F3F3;
	background-image: url(../images/menu_coner.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows tree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .treemenu ul li { float: left; height: 1%; }
* html .treemenu ul li a { height: 1%; }
/* End */
