.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 180px; /* Width of Menu Items */
color: #666666;

}
	
.suckerdiv ul li
{
	position: relative;
	color: #666666;


}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left:200px; /* Parent menu width - 1*/
position: absolute;
width: 200px; /*sub menu width*/
top: 0;
display: none;
margin-left:0px;

z-index:5;

}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul 
{
	background-color:#000;
left: 180px; /* Parent menu width - 1*/
}

/* menu links style */
.suckerdiv ul li a{
display: block;
text-decoration: none;
font:12px ËÎÌå;
	line-height:30px;

border-bottom: 0;

}

.suckerdiv ul li a:visited{


}

.suckerdiv ul li a:hover{
 color:#3c4243;

}

.suckerdiv .subfolderstyle{
background: url(../img/arrow.gif) no-repeat center right;
}

	



