.suckerdiv ul{
	margin: 0;
	width: 180px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	background-repeat: repeat-x;
	font-family: Georgia,;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: auto;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
.suckerdiv ul li{
	position: relative;
	background-image: url(../images/btns.gif);
	background-repeat: repeat-x;
	width: auto;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 180px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	background-image: url(../images/btns.gif);
	background-repeat: repeat-x;
	height: auto;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #000000;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0;
	background-image: url(../images/btns.gif);
	padding-top: 5px;
	padding-left: 5px;
	height: auto;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-right: 2px;
	background-repeat: repeat-x;
}

.suckerdiv ul li a:visited{
}

.suckerdiv ul li a:hover{
	background-image: url(../images/glossyback2.gif);
	background-repeat: repeat;
	height: auto;
	width: auto;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
