.suckerdiv UL {
	WIDTH: 250px;
	LIST-STYLE-TYPE: none;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #358587;
	background-color: #FFFFFF;
	margin: 0px;
}

.suckerdiv UL LI {
	POSITION: relative;
	margin: 0px;
}

.suckerdiv UL LI UL {
	VISIBILITY: hidden;
	TOP: 0px;
	position: absolute;
	width: 250px;
}

.suckerdiv UL LI A {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	display:block;
	color:#358587;
	height:26px;
	width:220px;
	text-decoration:none;
	background-image: url(../images/left_bullet.gif);
	background-repeat: no-repeat;
	text-indent:16px;
	padding: 14px;
	line-height: 0px;
	background-position: left;
	text-align: left;
}
.suckerdiv UL LI A:visited {
	COLOR: #358587;
	background-image: url(../images/left_bullet.gif);
	background-repeat: no-repeat;
}

.suckerdiv UL LI A:hover {
	color:#FFFFFF;
	background-image: url(../images/left_bullet_over.gif);
	background-repeat: no-repeat;
}

.suckerdiv UL LI UL LI A {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	display:block;
	color:#FFFFFF;
	width:220px;
	text-decoration:none;
	background-image: url(../images/left_bullet_over.gif);
	text-indent: 16px;
	background-repeat: no-repeat;
	padding: 14px;
	line-height: 0px;
}

.suckerdiv UL LI UL LI A:visited {
	color: #FFFFFF;
}

.suckerdiv UL LI UL LI A:hover {`color:#2C538D;
	color: #358587;
	background-image: url(../images/left_bullet.gif);
}

.suckerdiv {}

.subfolderstyle {BACKGROUND: url(../images/arrow-list.gif) no-repeat right center; 	}

HTML .suckerdiv UL LI {FLOAT: left; HEIGHT: 1%}

HTML .suckerdiv UL LI A {HEIGHT: 0%}

