#treemenu1 {
	z-index: +4;
	background-color: #B7DD7E;
}

.suckertreemenu ul{
	padding: 0;
	list-style-type: none;
	margin-bottom: 5;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 13px;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	width: auto;
	margin-right: 30px;
}


/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	text-decoration: none;
	padding-bottom: 1px;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: -20px;
	position: absolute;
	top: 22px; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	margin-top: 0px;
	width: 130px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	width: auto;
	margin: 0px;
	padding: 0px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{
	left: 159px; /* no need to change, as true value set by script */
	top: 0px;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #B7DD7E;
	border-bottom-color: #B7DD7E;
	border-left-color: #B7DD7E;
	border-top-width: 0px;
}
/* End */
.suckertreemenu ul li ul li a:visited {
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #B7DD7E;
	border-bottom-color: #B7DD7E;
	border-left-color: #B7DD7E;
	border-top-width: 0px;
}


.suckertreemenu   ul   li   ul   a:hover  {
	background-color: #B7DD7E;
}


* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
