.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;

}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #FFFF99;
	white-space: nowrap;


}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	padding: 1px 4px;
	border: 0px solid black;
	text-decoration: none;
	color: navy;
	width: 96px;
	text-align: center;
	white-space: nowrap;



}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em;
	display: block;
	visibility: hidden;
	white-space: nowrap;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	background-color: #FFFF99;
	white-space: nowrap;

}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{
	left: 159px;
	top: 0;
	white-space: nowrap;

}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 160px;
	color: navy;
	text-decoration: none;
	padding: 1px 5px;
	border: 1px solid #CECEFF;
	white-space: nowrap;



}

.suckertreemenu ul li a:hover{
	background-color: #336699;
	color: white;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;


}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	background-color: #FFFF99;
	background-image: url(../images/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: right center;
	white-space: nowrap;


}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background-color: #FFFF99;
	background-image: url(../images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	white-space: nowrap;


}

* 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%;
	white-space: nowrap;
}
* html .suckertreemenu ul li a {
	height: 1%;
	white-space: nowrap;
}
.suckertreemenu {
	white-space: nowrap;
}
