.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 193px; /* Width of Menu Items */
background: #410000;
border-bottom 0px solid #A40000;
border: 1px solid #000000;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 160px; /*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;
text-decoration: none;
background: #510000;
border: 1px solid #000000;
padding: 4px 4px;
border-bottom 0px solid #000000;
border-bottom: 0
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: A40000;
}

.suckerdiv .subfolderstyle{
background: url(16arrowright2.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
