@charset "utf-8";
#navbar{
	background-image: url(../imgs/navbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 206px;
	padding-top: 87px;
	display:inline;
	float: left;
	display:inline;
	
}
/* CSS Document */

.menu_list {
	width: 206px;
	background-image: url(../imgs/navbar_down.png);
	background-repeat: no-repeat;
	background-position: 20px bottom;
	padding-bottom: 80px;
	color:#FFF;
}
.menu_head {
	cursor: pointer;
	font-weight:normal;
	color: #fff;
	font-family: arial;
	font-size: 13px;
	display:block;
	height:34px;
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2EFE6;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 20px;
	line-height: 35px;
}
.menu_head a {
	color: #fff;
	width: 170px;
	display: block;
}
.menu_head  a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-image: url(../imgs/navbar_li.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 170px;
}
.menu_body {
	display:none;
	width: 154px;
	margin-right: 1px;
	margin-left: 20px;
	text-decoration:none;
	font-size: 12px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2EFE6;
	padding-bottom: 10px;
	padding-left: 16px;
}
.menu_body a{
	display:block;
	color:#FFFFFF;
	background-image: url(../imgs/navbar_body.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 10px;
	font-family: arial;
}
.menu_body  a:hover{
	display:block;
	color:#FF4202;
}

