.suckertreemenu {
	height:100%;
}
.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.suckertreemenu > ul{
	background-image: url('../images/vista.png');
	float:left;
	clear: left;
	padding: 0 5px 0 0;
}
.suckertreemenu > ul > li{
	margin:0;
	white-space:nowrap;
	min-width: 10px;
	height:25px;
	float:left;
	width:100%;
	position: relative; /*To fix IE6 problem (not displaying)*/
}
.suckertreemenu > ul > li:hover{
	background: transparent url('../images/vista_h-1_01.png') no-repeat;
}
.suckertreemenu > ul > li > a{
	float:left;
	height:23px;
	margin: 0; 
	margin-left:10px;
	text-decoration: none;
	position: relative; /*To fix IE6 problem (not displaying)*/
	white-space:nowrap;
	padding:4px 10% 0 5px;
	width:82%;
}
.suckertreemenu > ul > li:hover > a{
	background: transparent url('../images/vista_h-1_02.png') no-repeat scroll top right; 
}
.suckertreemenu > ul#treemenu1 > li > a{
	padding-top:3px;
}
/* Rules for dropdown menus */
.suckertreemenu > ul > li > ul {
	display: none;
	z-index:9999999;
	position: absolute;
	list-style-type: none;
	margin:0;
	padding:0;
	min-width:100%;
	left:0px;
}
.suckertreemenu > ul > li ul > li{
	white-space:nowrap;
	padding:2px 0;
	float:left;
	min-width:100%;
	position:relative;
}
.suckertreemenu > ul > li > ul > li > ul {
	display: none;
	position: absolute;
	top:0px;
	left:0px;
	background-image: url(../images/background.gif);
}
.suckertreemenu > ul > li ul > li > 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-right:5px;
	background:url(../images/arr_white.gif) no-repeat; width:7px; height:7px;
}
.suckertreemenu > ul > li > span.overload-vertical {
	position:absolute;
	margin-top:9px;
	margin-left:-10px;
	background:url(../images/arr_white.gif) no-repeat; width:7px; height:7px;
}