.suckerdiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 183px; /* Width of Menu Items */
	line-height: 18px;
}

.suckerdiv ul li a {
	background: transparent url(images/bullet.gif) no-repeat scroll 5% 56%;
	display: block;
	color: white;
	text-decoration: none;
	padding: 0px 0px;
	padding-left: 10px;
	border-bottom: 0;
	font-family: Tahoma, Verdana;
	font-size: 11px;
}

.suckerdiv ul li a:hover, .suckerdiv ul li a.selected {	
	background: url(images/bullet_hover.gif) no-repeat scroll 5% 56%;
	color: #000;
	background-color: #EFC73F;
	font-weight: bold;
	text-decoration: none;
}

.suckerdiv ul ul {
	width: 168px;
	padding-left: 15px;
}
.suckerdiv ul li.selected {
	background-color: #efc73f;
}
.suckerdiv ul ul ul {
	width: 153px;
}

* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }