<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.suckertreemenu {
	width:100%;
	height:100%;
}
.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.suckertreemenu &gt; ul{
	width:100%;
	float:left;
	clear: left;
}
.suckertreemenu &gt; ul &gt; li{
	display:inline;
	/*width:140px;*/
	line-height: 25px;
	/*height:25px;*/
	padding-left:10px;
	/*padding-top:5px;*/
	float:left;
	position: relative; /*To fix IE6 problem (not displaying)*/ 
}
.suckertreemenu &gt; ul &gt; li &gt; a{
	min-height:23px;
	float: left;
	/*padding-top:2px;*/
	padding-left:10px; 
	padding-right:20px;
	/*margin: 0; */
	position: relative; /*To fix IE6 problem (not displaying)*/
	text-decoration: none;
	white-space:nowrap;
}
/* Rules for dropdown menus */
.suckertreemenu &gt; ul &gt; li &gt; ul {
	display: none;
	z-index:9999999;
	position: absolute;
	list-style-type: none;
	margin:0;
	padding:0 10%;
	min-width:100%;
	left:0px;
}
.suckertreemenu &gt; ul &gt; li ul &gt; li{
	white-space:nowrap;
	padding:2px 0;
	float:left;
	min-width:100%;
	position:relative;
}
.suckertreemenu &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
	display: none;
	position: absolute;
	top:0px;
	left:0px;
}
.suckertreemenu &gt; ul &gt; li ul &gt; li &gt; a{
	padding:0 12px;
	min-width:82%;
	float:left;
}
.overload {
	position:absolute;
	top:7px;
	left:120px;
	background:url(../images/arrv_white.gif) no-repeat; width:7px; height:7px;
}
.overload-horizontal {
	float:left;
	margin-top:7px;
	margin-left:-10px;
	background:url(../images/arrv_white.gif) no-repeat; width:7px; height:7px;
}
.overload-vertical {
	float:right;
	margin-top:7px;
	margin-left:-10px;
	background:url(../images/arr_white.gif) no-repeat; width:7px; height:7px;
}</pre></body></html>