.erji ul li{
position: relative;
width:80px;
}
	
/*1st level sub menu style */
.erji ul li ul{
left: 90px; /* Parent menu width - 1*/
position: absolute;
width: 80px; /*sub menu width*/
top: 0;
display: none;
}

/*All subsequent sub menu levels offset */


/* menu links style */
.erji ul li a{
display: block;
color: black;
text-decoration: none;
font:12px ����;
padding: 5px 5px;
border-bottom: 0;
width:80px;
}

.erji ul li a:visited{

}

.erji ul li a:hover{

}

.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 */
