@charset "utf-8";
/* CSS Document */

ul.dd_m{
	position: absolute;
	left: 478px;
	top: 212px;
	width: 230px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
ul.dd_m li{
	background: url(dd_m_bg.png) repeat-y 0 0;
}
ul.dd_m li.dd_m_first{
	width: 100%;
	height: 11px;
	overflow: hidden;
	background: url(dd_m_t.png) no-repeat 0 0;
}
ul.dd_m li.dd_m_last{
	width: 100%;
	height: 11px;
	overflow: hidden;
	background: url(dd_m_b.png) no-repeat 0 0;
	//margin-top: -6px;
}
ul.dd_m a{
	display: block;
	margin: 0 7px 0 7px;
	padding: 5px 11px 5px 11px;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}
ul.dd_m a:hover{
	background-color: #e7edef;
}
ul.dd_m .dd_m_head{
	width: 100%;
	height: 150px;
	//margin: -1px 0 -5px 0;
}
ul.dd_m .dd_m_head a{
	display: block;
	float: left;
	margin: 0;
	text-align: center;
	height: 35px;
	padding: 115px 20px 0 20px;
	margin: 0 37px 0 36px;
	width: 117px;
	font: bold 11px/12px Tahoma, Geneva, sans-serif;
	color: #161616;
	background-repeat: no-repeat;
	background-position: center 0;
	text-decoration: none;
	clear: both;
}
ul.dd_m .dd_m_head a:hover{
	text-decoration: none;
	background-color: #fff;
}

