.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 125px;	
}
	
.suckerdiv ul li{
	position: relative;
	
	
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 150px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	background-color: #7E6752;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-color: #7E6752;
	border-right-color: #7E6752;
	border-bottom-color: #000000;
	border-left-color: #7E6752;
	;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	line-height: 13px;
	font-weight: lighter;
}

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

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

.suckerdiv .subfolderstyle{
	background-repeat: no-repeat;
	background-position: right center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #718EB1;
}


#contac {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #718EB1;
}

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