.suckerdiv UL {
	WIDTH: 160px;
	LIST-STYLE-TYPE: none;
	margin: 0px;
	padding: 0px;
}

.suckerdiv UL LI {
	POSITION: relative;
	z-index: 4;
	
}

.suckerdiv UL LI UL {
	VISIBILITY: hidden;
	TOP: 0px;
	position: absolute;
	width: 160px;
	
}

.suckerdiv UL LI A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	display:block;
	color: #666666;
	width:176px;
	text-decoration:none;
	background-color: #efefef;
	text-transform: capitalize;
	text-indent: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c3c3c3;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
}

.suckerdiv UL LI A:hover {
	color: #097ab2;
	background-color: #ffffff;
}

.suckerdiv UL LI UL LI A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	display:block;
	color: #000000;
	width:245px;
	text-decoration:none;
	background-color:#e1e1e1;
	text-transform: capitalize;
	text-indent: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c3c3c3;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
}

.suckerdiv UL LI UL LI A:hover {`color:#2C538D;
	color: #FF0000;
	background-color: #cbc9c9;
}

.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: 25%}

