.suckerdiv UL {
	WIDTH: 196px;
	LIST-STYLE-TYPE: none;
	padding: 0px;
	margin: 0px;
}

.suckerdiv UL LI {
	POSITION: relative;
	z-index:10;
}

.suckerdiv UL LI UL {VISIBILITY: hidden; WIDTH: 196px; POSITION: absolute; TOP: 0px;}

.suckerdiv UL LI A {
	font-family: Cuprum;
	font-size:16px;
	color:#000000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #e7d08d;
	font-variant: normal;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	width:210px;
	line-height:30px;
	display:block;
	text-indent:25px;

	text-decoration: none;
	background-position: 10px;
	
	

}

.suckerdiv UL LI A:hover {
	color:#FF0000;
	background-color: #F7E69F;
	

}

.suckerdiv UL LI UL LI A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #f4e8b3;
	display:block;
	color: #000000;
	background-repeat:no-repeat;
	width:190px;
	HEIGHT:18px;
	text-decoration:none;
	padding-bottom:10px;
	border-bottom: #ecd373 solid 1px;
	background-image:none;
	background-image:url(../images/left_incon.gif);
	background-repeat:no-repeat;
	
	
}

.suckerdiv UL LI UL LI A:hover {
	color: #ffffff;
	background-color: #cc4822;
	text-decoration: none;
	border-bottom:#ecd373 solid 1px;
	background-image:none;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	
}

.suckerdiv {}

.subfolderstyle {BACKGROUND: no-repeat right center; 	}

HTML .suckerdiv UL LI {FLOAT: left; HEIGHT: 1%}

HTML .suckerdiv UL LI A {HEIGHT: 1%}

