.suckertreemenu {
	width:100%;
	height:100%;
}
.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:100%;
	float:left;
	background-image: url('../images/vista.png');
}
.IE6 .suckertreemenu ul{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='http://www.webstarts.com/library/menus/menu-v2.6/menu_templates/images/vista_ie.png', sizingMethod='crop');
}

.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	height:25px;
}

.suckertreemenu ul li a{
	display:block;
	width:140px;
	height:25px;
	padding-top:5px;
	text-decoration: none;
	text-align:center;
}
.suckertreemenu ul li a:hover{
	background: url('../images/vista_h.png') no-repeat;
}

.IE6 .suckertreemenu ul li a:hover{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='http://www.webstarts.com/library/menus/menu-v2.6/menu_templates/images/vista_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;
	text-align:center;
	z-index:9999999;
	float:left;
	background-image: url(../images/background.gif);
}

.suckertreemenu ul li ul li{
	display: list-item; 
	width: 140px; /*Width of top level menu link items*/
	height:auto;
	background-image: url(../images/background.gif);
}

.suckertreemenu ul li ul li a{
	display: block;
	width: 140px; /*Width of top level menu link items*/
	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;
}