@charset "utf-8";
/* CSS Document for menu1.php */
.header_new{
	width:1000px;
}
.header_new_top{
	width:1000px;
}
.logo_new{
	background:url(images/bw-m_01.jpg) no-repeat;
	width:370px;
	height:115px;
	float:left;
}
.logo_new a{
	display:block;
	width:370px;
	height:115px;
}
#header_new_right{
	background:url(images/bw-m_02.jpg) no-repeat;
	height:115px;
	float:left;
	width:630px;
}
.search{
	margin-top:54px;
}
.search_google{
	float:right;
	margin-bottom:5px;
}
.menu_new ul{
	float:right;
	height:32px;
}
.menu_new ul li{
	float:left;
	list-style:none;
	background:url(images/bw-m_06.jpg) no-repeat;
	width:90px;
	height:32px;
	text-align:center;
	padding-top:8px;
}
.menu_new ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	font-weight:bold;
}
.submenu_new{
	background:#000;
	width:1000px;
	height:32px;
}
.submenu_new ul{
	margin-left:65px;
}
.submenu_new ul li{
	float:left;
	list-style:none;
	border-right:#FFF 1px solid;
	padding-right:5px;
	padding-left:5px;
	margin-top:8px;
}
.submenu_new ul li.last{
	float:left;
	list-style:none;
	border-right:#FFF 0px solid;
	padding-right:5px;
	padding-left:5px;
	margin-top:8px;
}
.submenu_new ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}