.suckerdiv ul{
background:#ecf3d8;
font-family:Tahoma;
font-size:12px;
font-weight:bold;
margin: 0;
padding: 0;
list-style-type: none;
width: 145px; /* Width of Menu Items */
border-bottom: 0px dotted #333333;
}
	
.suckerdiv ul li{
position: relative;

background:url(../images/Arrow-01.gif) left top no-repeat;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 145px; /*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:#333333;
text-decoration: none;
padding: 1px 5px;
border: 0px solid #ccc;
border-bottom: 1px dotted #333333;
padding-top:05px;
padding-bottom:05px;
padding-left:20px;
background:url(../images/Arrow-01.gif) left top no-repeat;

}

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

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

.suckerdiv .subfolderstyle{
background:url(../images/Arrow-01.gif) left top no-repeat;
}

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

