<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#suckertree1{
margin: 20px;
padding: 10px;
background-color: #444;
}


.suckerdiv ul{
	margin: 0;
	padding: 0px;
	list-style-type: none;
	width: 155px; /* Width of Menu Items */
	border-bottom: 1px solid yellow;
}

.suckerdiv ul li{
	position: relative;
}

/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 165px; /*sub menu width*/
	top: 0;
	margine: 1px;
	visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #ffcccc;
text-decoration: none;
background: #e5e5e5;
padding: 3px 5px;
border: 1px solid red;
border-bottom: 1px;
}

.suckerdiv ul li a:visited{
color: #ffcccc;
}

.suckerdiv ul li a:hover{
background-color: #ccc;
}

.suckerdiv .subfolderstyle{
background-colour: #e5e5e5
background: url(images/arrow.png) no-repeat center right;
}


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

</style>
