@charset "utf-8";
.suckerdiv {
	margin-bottom:10px;
}
.suckerdiv ul {
	position: relative;
	z-index:990;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 230px; /* Width of Menu Items */
}
.suckerdiv ul li {
	position: relative;
}
/*1st level sub menu style */
.suckerdiv ul li ul {
	left: 229px; /* Parent menu width - 1*/
	position: absolute;
	width: 230px; /*sub menu width*/
	top: 0;
	display: none;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul {
	left: 229px; /* Parent menu width - 1*/
}
/* menu links style */
.suckerdiv ul li a {
	display: block;
	width:220px;
	text-decoration: none;
	font:16px;
	line-height:21px;
	background: url(../../images/arrow-list-02.gif);
	padding: 5px 5px;
	border: 1px solid #dcdcdc;
	border-top:none;
	color: #757575;
}
.suckerdiv ul li a:hover {
	color: #fff;
	background: url(../../images/arrow-list.gif) no-repeat right -62px;
}
.suckerdiv .subfolderstyle {
	background: url(../../images/arrow-list.gif) no-repeat right 0;
}
.suckerdiv .subfolderstyle:hover {
	background: url(../../images/arrow-list.gif) no-repeat right -31px;
}
/* Holly Hack for IE \*/
* html .suckerdiv ul li {
	float: left;
	height: 1%;
}
* html .suckerdiv ul li a {
	height: 1%;
}
/* End */
