@charset "utf-8";
/* CSS Document */


#menu {
	height: 40px;
	width: auto;
	position: absolute;
	left: 320px;
	top: 19px;
	z-index: 150;
}
img {border:0;}




/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

* html #nav ul { margin: 0 0 0 -2px; }
.wrap { width: 800px; margin: 0 auto; }
#menu_bar #logo a img  {
	padding-top: 10px;
	padding-left: 30px;

}

/* @group core nav menu */
#nav {
	margin: 0;
	list-style: none;
	/*
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	*/
	height: 40px;
	padding-right: 0px;
	padding-top: 0;
	padding-bottom: 0;
}


#nav li {
	float: left;
	display: block;
	position: relative;
	z-index: 999;
	margin: 0 1px;
	background-image: url(../image/button_up.png);
	background-repeat: repeat-x;
}
#nav li:hover {
	background-image: url(../image/button_on.png);
	background-repeat: repeat-x;
}


#nav li a {
	display: block;
	font-weight: 700;
	line-height: 40px;
	text-decoration: none;
	color: #CCC;
	zoom: 1;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
}
#nav li a:hover, #nav li a.hov {
	color: #FFF;
}

/* @group subnav */
#nav ul {
	position: absolute;
	left: 1px;
	display: none;
	margin: 0;
	list-style: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	padding-bottom: 1px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}	
#nav ul li {
	width: 170px;
	float: left;
	text-align: left;
	background-image: url(../image/button_on2.png);
	background-repeat: repeat-x;
}
#nav ul li:hover {
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
}

#nav ul a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 8px 5px;
	color: #666;
	border-bottom: 1px solid transparent;
	text-transform:  uppercase;
	color: #666;
	font-weight: normal;
}
#nav ul a:hover {
	text-decoration: none;
	border-right-color: transparent;
	border-left-color: transparent;
	color: #4e4e4e;
	background-color: #FFF;
}


#menu_bar {
	height: 60px;
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#logo {
	position: absolute;
	height: 148px;
	width: 470px;
	background-image: url(../image/menu_bg2.png);
	background-repeat: no-repeat;
	z-index: 100;
}
.information_box {
	float: left;
	height: auto;
	width: auto;
}
