.suckerdiv ul{
margin: auto;
padding: 0;
list-style-type: none;
width: 190px; /* Width of Menu Items */
border-bottom: 1px solid #ECD877;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 190px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
border-left:0px solid #ccc; border-right:0px solid #ccc; border-top:1px solid #ECD877; display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
font-size:12px;
text-decoration: none;
background: #ffffff;
border-bottom: 0px none;; padding-left:2px; padding-right:2px; padding-top:1px; padding-bottom:1px
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
text-decoration: none;
background-color: #ECD877;
color: #800000;
/*font-weight:bold;*/
}

.suckerdiv .subfolderstyle{
background: url('../images/arrow-list.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 */