.suckerdiv ul{
	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: 228px; /* Parent menu width - 1*/
position: absolute;
width: 150px; /*sub menu width*/
top: 0;
display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 220px; /* Parent menu width - 1*/
}

/* menu links style */
.suckerdiv ul li a{
	display: block;
	color: black;
	text-decoration: none;
	background: #fff;
	padding: 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBECEE;
	font-family: "ËÎÌå";
	font-size: 12px;
	font-weight: bold;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
color: #990000;
background-color: #CCCCCC;
}

.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 */


.gffv{
	border: 1px dashed #cccccc;
}


.zzzzzit{
	font-weight: bold;
	color: #FF0000;
}