#sub_menu{
	background:url('../../assets/images/menu/m_escape.gif') ;
	margin:2px;
	_margin:1px;
	padding:0;
	width:171px;
}
#sub_menu ul {
	padding:0;
	margin:0;
}
#sub_menu li {
	list-style-type:none;
	padding:0;
	margin:0;
}
#sub_menu li a {
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	padding:0;
	margin:0;
}
/*------off*/
body#t_escape #sub_menu li.sub_menu01 a {
	background:url('../../assets/images/menu/m_escape.gif') no-repeat 0px 0px;
	width:171px;
	height:45px;
}
/*------hover*/
body#t_escape #sub_menu li.sub_menu01 a:hover {
	background:url('../../assets/images/menu/m_escape.gif') no-repeat -171px 0px;
	width:171px;
	height:45px;
}
/*------on*/
body#t_escape.m_escape #sub_menu li.sub_menu01 a {
	background:url('../../assets/images/menu/m_escape.gif') no-repeat -171px 0px;
	width:171px;
	height:45px;
}