/* CSS Document */

.suckerdiv ul{
	list-style-type: none;
	width: 190px;
	float: left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 5;
}
	
.suckerdiv ul li{
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #999;
	text-decoration: none;
	line-height: 25px;
	background-image: url(../images/bullet_img.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute; /*sub menu width*/
	top: 0;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 25px;
	width: 185px;
	background-color: #dedede;
	text-decoration: none;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #069;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}


.suckerdiv ul li a:hover{
	background-color: #dedede;
	padding: 0px;
	margin-left: 5px;
	color: #666;
	text-decoration: underline;
}

.suckerdiv .subfolderstyle{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

	
/* Holly Hack for IE */
* html .suckerdiv ul li {
	float: left;
	height: 1%;
	padding-right: 5px;
	margin:auto;
}
* html .suckerdiv ul li a {
	height: 1%;
	text-decoration: none;
}
/* End */
