/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0;
	list-style-type: none;
	width: 145px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #154e87;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1px;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 175px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	padding-left: 0px;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #333;
	text-decoration: none;
	padding: 1px 5px;
	background-color: #f6fafc;
	line-height: 22px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #154e87;
	border-right-color: #154e87;
	border-bottom-color: #154e87;
	border-left-color: #154e87;
}

.suckerdiv ul li a:visited{
	color: #333;
}

.suckerdiv ul li a:hover{
	background-color: #99ccff;
	color: #036;
}

.suckerdiv .subfolderstyle{
	background-image: url(../images/arrow-list.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

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

