@charset "utf-8";
/* CSS Document */

ul#menutopul li:hover ul {
	display:block;
	position:absolute;
	left:auto;
	top:auto;
	width:181px;
	background:url(images/suckerwit-trans.png) no-repeat left bottom;
	padding-bottom:4px;
	border-top:5px solid #fff;
	margin-top:38px;
}

ul#menutopul li:hover li {
	float:left;
	width:159px;
	height:26px;
	line-height:26px;
	display:block;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#fff;
	margin-left:12px;
	font-size:8px;
}

