#menu_box{
	width:100%;
	height:122px;
	background: url(../../data/menu/bg.jpg) repeat-x;
}

#top_menu {
	width:1000px;
	height:121px;
	position:relative;
	padding: 0;
	margin:0 auto;
	background: url(../../data/menu/bg.jpg) repeat-x;
}
ul.td_menu {
	list-style: none;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	right:15px;
	top:61px;
}
ul.td_menu * {
	margin: 0;
	padding: 0
}
ul.td_menu a {
	display: block;
	color: #000;
	text-decoration: none
}
/*-------第一層menu-------------------------*/
ul.td_menu > li {
	position: relative;
	float: left;
	height: 60px;
	list-style:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
ul.td_menu > li a {
	display: block;
	width: 100%;
	height: 100%;
}
ul.td_menu > li.menu_01 {
	width: 136px;
	background-image: url(../../data/menu/menu_01.png);
	background-repeat: no-repeat;
	background-position:0 100%;
}
ul.td_menu > li.menu_01:hover {
	background-image: url(../../data/menu/c_menu_01.png);
}
ul.td_menu > li.menu_02 {
	width: 139px;
	background-image: url(../../data/menu/menu_02.png);
	background-repeat: no-repeat;
	background-position:0 100%;
}
ul.td_menu > li.menu_02:hover {
	background-image: url(../../data/menu/c_menu_02.png);
}
ul.td_menu > li.menu_03 {
	width:140px;
	background-image: url(../../data/menu/menu_03.png);
	background-repeat: no-repeat;
	background-position:0 100%;
}
ul.td_menu > li.menu_03:hover {
	background-image: url(../../data/menu/c_menu_03.png);
}
ul.td_menu > li.menu_04 {
	width:136px;
	background-image: url(../../data/menu/menu_04.png);
	background-repeat: no-repeat;
	background-position:0 100%;
}
ul.td_menu > li.menu_04:hover {
	background-image: url(../../data/menu/c_menu_04.png);
}
ul.td_menu > li.menu_05 {
	width: 97px;
	background-image: url(../../data/menu/menu_05.png);
	background-repeat: no-repeat;
	background-position:0 100%;
}
ul.td_menu > li.menu_05:hover {
	background-image: url(../../data/menu/c_menu_05.png);
}
ul.td_menu > li.menu_06 {
	width: 99px;
	background-image: url(../../data/menu/menu_06.png);
	background-repeat: no-repeat;
	background-position:0 100%;
}
ul.td_menu > li.menu_06:hover {
	background-image: url(../../data/menu/c_menu_06.png);
}
ul.td_menu > li.menu_07 {
	width: 33px;
	background-image: url(../../data/menu/menu_07.png);
	background-repeat: no-repeat;
	background-position:0 100%;
}
ul.td_menu > li.menu_07:hover {
	background-image: url(../../data/menu/c_menu_07.png);
}
ul.td_menu > li.menu_08 {
	width: 33px;
	background-image: url(../../data/menu/menu_08.png);
	background-repeat: no-repeat;
	background-position:0 100%;
}
ul.td_menu > li.menu_08:hover {
	background-image: url(../../data/menu/c_menu_08.png);
}
ul.td_menu > li.menu_09 {
	width:33px;
	background-image: url(../../data/menu/menu_09.png);
	background-repeat: no-repeat;
	background-position:0 100%;
}
ul.td_menu > li.menu_09:hover {
	background-image: url(../../data/menu/c_menu_09.png);
}
ul.td_menu > li.menu_10 {
	width: 96px;
	background-image: url(../../data/menu/menu_10.png);
	background-repeat: no-repeat;
	background-position:0 100%;
}
ul.td_menu > li.menu_10:hover {
	background-image: url(../../data/menu/c_menu_10.png);
}
/*-------第二層menu-------------------------*/
ul.td_menu ul {
	width:100%;
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
	z-index:50;
}
ul.td_menu ul li {
	position: relative;
	width: auto;
	margin: 0;
	list-style:none;
	text-align:center;
	border:#D1D1D1 1px solid;
	border-top:none;
}
ul.td_menu ul li:first-child {
	border-top:#D1D1D1 1px solid;
}
ul.td_menu ul li a {
	display: block;
	width: auto;
	padding: 7px 10px 5px 10px;
	color: #777777;
	background: #FFF;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
ul.td_menu ul li a:hover {
	background: #B5A869;
	color:#FFFFFF;
	border-color:#B5A869;
}


/*-------第三層menu-------------------------*/
ul.td_menu ul ul {
	left: 88px;
	top: -1px
}
/*ul.td_menu .td_menulink {
	padding: 5px 7px 7px;
	font-weight: bold;
	width: 134px
}*/
/*ul.td_menu .td_menulink:hover, ul.td_menu .td_menuhover {
	background: url(images/header_over.gif)
}*/
