.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 155px;
	background: #EAF5FA;
		

	
}
	
.suckerdiv ul li{
position: relative;
	
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
background: #EAF5FA;

}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #2e5880;
	text-decoration: none;
	background: #EAF5FA;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #33a23d;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.suckerdiv ul li a:visited{
color: #2e5880;
}

.suckerdiv ul li a:hover{
	color: #ffffff;
	background-color: #33A23D;	
}

.suckerdiv .subfolderstyle{
background: url(images/arrow.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


