#dd_menu {
	position: relative;
}
#dd_menu a {
	text-indent: 0;
}

#dd_menu, #dd_menu ul, #dd_menu li {
	margin: 0;
	padding: 0;
	border: 0;
	width: auto;
	height: auto;
	z-index: 300;
	text-indent: 0;
}

#dd_menu li.topmenu {
	float: left;
}

#dd_menu ul.submenu {
	clear: both;
	position: absolute;
	display: none;
	background: none;
	border-bottom: solid 1px #ccc;
	width: 200px;
}

#dd_menu li.submenu {
	clear: both;
	position: relative;
	z-index: 400;
	background: none;
	width: 200px;
}

#dd_menu a.submenu, #dd_menu a.submenu:link, #dd_menu a.submenu:visited {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	height: 24px;
	width: 200px;
	background: url(/YungSang/images/sub_menu.gif);
	text-indent: 10px;
	line-height: 24px;
	text-decoration: none;
	color: #333;
}

#dd_menu a.submenu:hover {
	background: url(/YungSang/images/sub_menu_h.gif);
}

#dd_menu a.submenus, #dd_menu a.submenus:link, #dd_menu a.submenus:visited {
	background: url(/YungSang/images/sub_menu_c.gif);
}
#dd_menu a.submenus:hover {
	background: url(/YungSang/images/sub_menu_ch.gif);
}

#dd_menu_bg {
	position: absolute;
 	z-index: 200;
	display: none;
}
