.suckerdiv{
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 3;
}
.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 695px;
	float: left;
}
	
.suckerdiv ul li{
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
	left: 0px; /* Parent menu width - 1*/
	position: absolute; /*sub menu width*/
	top: 34px;
	display: none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAAAAA;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-left-color: #AAAAAA;
	border-right-width: 1px;
	border-bottom-width: 1px;
	width: 89px;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
	left: 89px; /* Parent menu width - 1*/
	top: -1px;
}
.suckerdiv ul li ul li{
	height: 25px;
	width: 89px;
	border: 1px solid #FFFFFF;
}

/* menu links style */
.suckerdiv ul li ul li  a{
	display: block;
	color: #019191;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	padding-right: 7px;
	padding-left: 7px;
	background-color: #EEEEEE;
}

.suckerdiv ul li ul li a:visited{
	color: #019191;
	text-decoration: none;
}

.suckerdiv ul li ul li a:hover{
	color: white;
	background-color: #A88239;
}

.suckerdiv .subfolderstyle{
	background-image: url(../icons/arrow-list.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; }
* html .suckerdiv ul li a { }
/* End */
