@charset "utf-8";
/* CSS Document */
ul#mdd, ul#mdd ul {
	padding:0;
	margin:0;
	list-style:none;
	width: 140px;
}
ul li.menu_0 {
	position: relative;
	}
li.menu_0 ul {
	background-color:#333;
	position: absolute;
	left: 139px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}	
ul#mdd li a {
	display: block;
	width: 140px;
	}
li.menu_0:hover ul { display: block; }	