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

.suckerdiv ul{
	margin: 0;
	list-style-type: none;
	width: 130px;
	padding: 0;
	float: right;
	line-height: 30px;
}
	
.suckerdiv ul li{
	position: relative;
	background-image: url(/share/images/site/arrow1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 150px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	background-color: #3F3F3F;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
/* 	text-transform: capitalize; */
}

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

.suckerdiv ul li a:hover{
	background-color: #CCCCCC;
}

.suckerdiv .subfolderstyle{
	background-image: url(/share/images/site/arrow2.jpg);
	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%; }
/* End */
