ul li .suckertop
{
	background: url(/includes/sts_templates/greenline/img/menu-t-5.png) no-repeat;
	height: 12px;
}

ul li ul .suckerbottom
{
	background: url(/includes/sts_templates/greenline/img/menu-b-5.png) no-repeat;
	height: 12px;
	width: 189px;
}

.suckerdiv ul
{
	margin: 0;
	margin-left: -3px;
	padding: 0;
	list-style-type: none;
	width: 189px;
}
	
.suckerdiv ul li
{
	z-index: 1;
	position: relative;
}
	
.suckerdiv ul li ul
{
	left: 179px;
	position: absolute;
	top: 0;
	display: none;
}

.suckerdiv ul li ul li
{ 
	width: 174px;
}

.suckerdiv ul li ul li a
{ 
	padding-left: 10px;
	width: 100%;
	height: 100%;
	background: url(/includes/sts_templates/greenline/img/menu-m-5.jpg) repeat;
}

.suckerdiv ul li a
{
	display: block;
	text-decoration: none;
	padding: 1px 5px;
}

.suckerdiv ul li ul li a:hover
{
	text-decoration: underline;
}

.suckerdiv .subfolderstyle
{
	margin-right: 18px;
	background: url(/includes/sts_templates/greenline/img/arrow-list.gif) no-repeat center right;
}

.mouseoverparent
{
	height: 26px;
	background: url(/includes/sts_templates/greenline/img/menu-selection-5.png) no-repeat;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */