.suckertreemenu {
	width:100%;
	height:100%;
}

.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:100%;
	height:100%;
	float:left;
	/* background-image: url('../images/test.png'); */
	background-image: url(../images/background.gif);
}

.IE6 .suckertreemenu ul{
	/*background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='../images/test_ie.png', sizingMethod='crop');*/
}

.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
}

.suckertreemenu ul li a{
	display:block;
	width:138px;
	height:20px;
	padding-top:5px;
	text-decoration: none;
	text-align:center;
}

.suckertreemenu ul li a:hover{
	/*background: url('../images/test_h.png') no-repeat;*/
}

.IE6 .suckertreemenu ul li a:hover{
	/*background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='../images/test_h.png', sizingMethod='crop');*/
}

/* Rules for dropdown menus */
.suckertreemenu ul li ul {
	left: 0;
	position: absolute;
	top:10px; /* no need to change, as true value set by script */
	display: none;
	/*visibility: hidden; This is being removed and display being set to none (i.e. display: none) due to menu is taking space on the page
                                but not visible hence causing Blank space when sub menu is longer than the page's height*/
	padding-top:0px;
	padding-bottom:5px;
	text-align:center;
	z-index:9999999;
	float:left;
	background-image: url(../images/background.gif);
	height:auto;
}

.suckertreemenu ul li ul li{
	display: list-item; 
	width: 124px; /*Width of top level menu link items*/
	background-image: url(../images/background.gif);
}

.suckertreemenu ul li ul li a{
	display: block;
	width: 124px; /*Width of top level menu link items*/
	/*height:10px;*/
	height:auto;
	font-family:Tahoma;font-size:10px; 
	text-decoration: none;
	background-image: url(../images/background.gif);
}

.suckertreemenu ul li ul li a:hover{
	background-image: url(../images/background.gif);
}

.overload {
	position:absolute;
	top:7px;
	left:120px;
	background:url(../images/arrv_white.gif) no-repeat; width:7px; height:7px;
}

.overload-horizontal {
	position:absolute;
	top:7px;
	left:120px;
	background:url(../images/arrv_white.gif) no-repeat; width:7px; height:7px;
}

.overload-vertical {
	position:absolute;
	top:7px;
	left:120px;
	background:url(../images/arr_white.gif) no-repeat; width:7px; height:7px;
}