html,
body,
td,
h1,
h2,
h3,
h4,
ol,
ul,
dl,
t,
dt,
dd 
{
	font-family:arial,helvetica,sans-serif;
}
html,
body,
td,
h1,
h2,
h3,
h4,
ol,
ul,
dl,
t,
dt,
dd 
{
	font-size:100%;
}
html,
body,
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
ul, 
ol, 
li, 
form

{
	padding:0;margin:0;
}
a:link 
{
	color:#333;text-decoration:none;
	cursor:pointer;
}
a:visited 
{
	color:#333;text-decoration:none;
	cursor:pointer;
}
a:hover 
{
	color:#FF0000;text-decoration:underline;
	cursor:pointer;
}
body
{
	margin:0;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	color:#333;
}
img
{
	border:none; 
	cursor:pointer;
	vertical-align:middle;
}

/*¶¥²¿header*/
#header
{
	margin:auto;
	width:974px; 
	height:99px; 
}
#menu_box{	margin:auto; width:974px;  height:65px; }
.header_bg
{
	width:974px;
	height:60px;
	margin:0px auto;
	background:#fff; 
}
.header_logo
{
	background:url(../images/header_logo.gif) #ffffff no-repeat; 
	width:159px; 
	height:41px;
	position:relative;
	top:15px;
	left:5px;
	float:left;
}
.contact_way
{
	float:right;
	color:#11458B;
	padding-top:18px;
	padding-right:20px;
}
.contact_way a,
.contact_way a link
{
	color:#11458B;
	text-decoration:none;
}
.contact_way a:hover
{
	color:#11458B;
	text-decoration:underline;
	
}
.contact_way img
{
	vertical-align:middle;
}

/*µ¼º½css*/

ul
{
	list-style-type:none;
}
.index_menucontainer
{
	clear:both;
	width:974px; 
	height:33px; 
	margin:0px auto;
}

#navigation 
{
	width:100%;
	height:33px;
	padding:0;
	font-size:12px;
	font-weight:normal;
	background: white url('../images/menu_bar_bg_100_2.png') top left no-repeat; 
	margin:0;
}
#menu 
{
	width:104%;
	padding:0;
	margin:0;
	z-index:100000; 
	height:33px;
}
#navigation li
{	
	float:left;
	clear:none;
	padding:0;
	position:relative;
	z-index:10000;
}
#navigation .nav_button 
{
	font-size:12px;
	display:block;
	height:33px;
	color:#E4EFFA;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:33px;
	padding: 0 36px;
	padding: 0 34px\9;
}
#navigation .nav_button:hover
{
	font-size:12px;
	color:#fff;
	background:#11448C;
}


/* IE ä¯ÀÀÆ÷*/
.menu ul li:hover a 
{
	color:#fff;
	background:#11448C;
}
.menu ul li:hover ul 
{
	display:block;
	position:absolute;
	top:32px;
	margin-top:1px;
	left:0;
	width:100%;
	border-top:1px solid #fff;
}
.menu ul li:hover ul li a 
{
	display:block;
	background:#e3e3e3;
	color:#333;
	height:20px;
	line-height:20px;
	padding:2px 30px 2px 40px;
	width:130px;
	border-top:1px solid #fff;
}
.menu ul li:hover ul li a:hover 
{
	color:#fff;
	background: #2B5FA5 url(../images/sub-arrow.gif) no-repeat;
	background-position: 4px 8px;
}