.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #65BD29;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	width: 139px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute; /* 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)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{
	left: 5px; /* no need to change, as true value set by script */
	top: 3;
	right: 5px;
	bottom: 0px;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 165px; /*width of sub menu levels*/
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12px;
}

.suckertreemenu ul li a:hover{
background-color: #9EE072;
color: #333333;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	background-color: #65BD29;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background-color: #DCF4CC;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li {
	float: left;
	height: 12px;
}
* html .suckertreemenu ul li a {
	height: 12px;
}
/* End */
