.suckertreemenu ul{
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	list-style-type: none;
	z-index:1500;
}

.suckertreemenu ul li{
	font-family: Arial Black, Arial Bold, Helvetica, sans-serif;
	position: relative;
	display: inline;
	float: left;
}
.suckertreemenu ul li a{
	color: #000000;
	padding: 1px 8px;
	text-decoration: none;
}
.suckertreemenu ul li a:hover{
	color: #FFFFFF;
}
	
.suckertreemenu ul li ul{
	left: 0;
	margin-top: 0px;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	color: #000000;
	border: 1px solid #e2001a; 
	background-color: #fdc600; /* overall menu background color */
}

.suckertreemenu ul li ul li{
	font-family: Arial, Helvetica, sans-serif;
	display: list-item;
	float: none;
}
.suckertreemenu ul li ul li a{
	display: block;
	width: 160px; /*width of sub menu levels*/
	color: #000000;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px solid #e2001a;
}
.suckertreemenu ul li ul li a:hover{
	color: #FFFFFF;
}

.suckertreemenu ul li ul li ul{ 
	left: 180px; /* no need to change, as true value set by script */
	top: 0;
	border: 1px solid #e2001a;
}

.suckertreemenu .mainfoldericon{
/*	background: #F3F3F3 url(/lib/menu_arrow_down.gif) no-repeat center right; */
}
.suckertreemenu .subfoldericon{
	background: url(/lib/menu_arrow_right.gif) no-repeat center right; 
}

/* Holly Hack for IE 
html .suckertreemenu ul li { float: left; height: 1%; }
html .suckertreemenu ul li a { height: 1%; }
   End */
