.suckerdiv {
	position:absolute;
	z-index:100;
	width: 300px;
	height: 410px;
	visibility: hidden;
	text-align: left;
}

.suckerdiv ul{
margin: 0px;
padding: 0px;
list-style-type: none;
width: 150px; /* Width of Menu Items */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #E0E4E6;
	line-height:18px;

}
	
.suckerdiv ul li{
position: relative;
list-style-type: none;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
   left: 149px; /* Parent menu width - 1*/
   position: absolute;
   width: 160px; /*sub menu width*/
   top: 0;
   display: none;
   border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #E0E4E6;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 159px; /* Parent menu width - 1*/
}

/* menu links style */
.suckerdiv ul li a{
	width: auto;
	display: block;
	text-indent: 15px;
	border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
}



.suckerdiv .subfolderstyle{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
