.suckerdiv ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 210px; /* Width of Menu Items */
}

.suckerdiv ul li
{
	position: relative;
}

.suckerdiv ul li .cn
{
	font-size: 14px;
	font-weight: bold;
	font-family: ËÎÌå;
}

.suckerdiv ul li .en
{
	font-size: 8.0pt;
	font-family:Tahoma;
}

/*1st level sub menu style */
.suckerdiv ul li ul
{
	left: 210px; /*Parent menu width - 1*/
	position: absolute;
	width: 160px; /*sub menu width*/
	top: 0;
	display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul
{
	left: 159px; /* Parent menu width - 1*/
}

/* menu links style */
.suckerdiv ul li a
{
	display: block;
	color: White;
	text-decoration: none;
	padding: 8px 10px 10px 10px;
	border-bottom: 0;
}

.suckerdiv ul li a:visited
{
	color: White;
}

.suckerdiv ul li a:hover
{
	color: White;
	background-color: #3f0f0b;
}

.suckerdiv .subfolderstyle
{
}


/* Holly Hack for IE \*/
* html .suckerdiv ul li
{
	float: left;
}
.MainMenu_Li
{
	background-image: url(menu_line.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.MainMenu_Li_R
{
	background-image: url(menu_line.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align:right;
}
.MainMenu_Li_R2
{
	text-align:right;
}

* html .suckerdiv ul li a
{
	height: 30px;
}

.suckerdiv ul li ul a
{
	color: Black;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	background-color:White;
	border-bottom: 1px solid #ccc;

}

.suckerdiv ul li ul a:visited
{
	color: Black;
}

.suckerdiv ul li ul a:hover
{
	color: White;
	background-color: #3f0f0b;
}
/* End */