	
/*1st sub level menu*/
#mainmenu li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #badd00;
	background-color: #FFF;
	z-index: 50;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#mainmenu li ul li{
	display: list-item;
	float: none;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#mainmenu li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
#mainmenu li ul li a{
	display: block; /*width of sub menu levels*/
	color: #a771b0;
	text-decoration: none;
	width: 160px;
	float: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(sub_dash.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 20px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#mainmenu li ul li a:hover {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #A3BF00;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	background: #009900 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background: #009900 url(media/arrow-right.gif) no-repeat center right;
}

* 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;
}
#mainmenu li ul .sub_last a {
	background-image: none;	
}
