.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 150px; /* Width of Menu Items */
border-bottom: 1px solid black;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 220px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{ display: block; overflow: auto; /*force hasLayout in IE7 */
color: white; font-size: small; font-weight: bold; text-decoration: none; background: #6185b0; padding: 2px 5px ; border-top: 1px solid black; border-right: 1px solid black; border-left: 1px solid black; border-bottom-style: none; border-bottom-width: 0; }

.suckerdiv ul li a:visited{ color: white; font-size: small; font-weight: bold; }

.suckerdiv ul li a:hover{
background-color: #74a0d4;
}

.suckerdiv .subfolderstyle{
background: #6185b0 url(arrow-list.gif) no-repeat right center;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

</style>