.suckerdiv UL {
	MARGIN: 0px;
	WIDTH: 241px;
	LIST-STYLE-TYPE: none;
	padding: 0px;
}

.suckerdiv UL LI {
	POSITION: relative;
}

.suckerdiv UL LI UL {
	VISIBILITY: hidden;
	WIDTH: 200px;
	POSITION: absolute;
	TOP: 0px;
}

.suckerdiv UL LI A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	display:block;
	height:22px;
	width:221px;
	text-decoration:none;
	color: #FFFFFF;
	background-image: url(../images/menu_bg.gif);
	float:left;
	background-repeat: repeat-x;
	padding: 10px;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.suckerdiv UL LI A:hover {
	color:#CCCCCC;
}

.suckerdiv1 UL LI A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color: #FFFFFF;
	
}

.suckerdi1 UL LI A:hover {
	color:#a10909;
	font-weight:bold;
}
	
.suckerdiv UL LI UL LI A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	display:block;
	color:#FFFFFF;
	width:160px;
	HEIGHT:12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900519;
	text-decoration:none;
	padding: 10px;
}

.suckerdiv UL LI UL LI A:hover {
	color:#FCA9BC;
	text-decoration: none;
}

.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: 1%}

