@charset "utf-8";
/* CSS Document */

/* header start */
.header-wrap{ width:100%; height:77px; border-top:3px solid #e71a21; background:#fff; -webkit-box-shadow: inset 0 1px #fff; -moz-box-shadow: inset 0 1px #fff; box-shadow: inset 0 1px #fff; 	background-image: -webkit-linear-gradient(top, #e3e3e3, #fafafa 73%); background-image: -moz-linear-gradient(top, #e3e3e3, #fafafa 73%); background-image: -o-linear-gradient(top, #e3e3e3, #fafafa 73%); background-image: -ms-linear-gradient(top, #e3e3e3, #fafafa 73%); background-image: linear-gradient(to bottom, #e3e3e3, #fafafa 73%);}

	.header{ width:1020px; height:77px; margin:0px auto;}
		/*.logo{ float:left; margin:8px 0px 0px 8px; display:block; width:187px; height:57px; background:url(../images/7725-logo.png) no-repeat;}*/
		.logo{ float:left; margin:8px 0px 0px 8px; display:block; width:190px; height:58px; background:url(../images/idPLAY-logo.png) no-repeat;}

		.navgation{ float:left; width:610px; height:77px; margin-left:142px; /* margin-left:32px; */}
			.menu1, .menu1:hover, .menu1-curr, .menu2, .menu2:hover, .menu2-curr, .menu3, .menu3:hover, .menu3-curr, .menu4, .menu4:hover, .menu4-curr, .menu5, .menu5:hover, .menu5-curr{ display:block; float:left; margin-right:10px; height:77px; background:url(../images/menu.png);}
			.menu1{ width:100px;}
			.menu1:hover, .menu1-curr{ width:100px; background-position:0px -77px;}
			.menu2{ width:120px; background-position:-100px 0px;}
			.menu2:hover, .menu2-curr{ width:120px; background-position:-100px -77px;}
			.menu3{ width:120px; background-position:-220px 0px;}
			.menu3:hover, .menu3-curr{ width:120px; background-position:-220px -77px;}
			.menu4{ width:100px; background-position:-340px 0px;}
			.menu4:hover, .menu4-curr{ width:100px; background-position:-340px -77px;}
			.menu5{ width:120px; background-position:-440px 0px;}
			.menu5:hover, .menu5-curr{ width:120px; background-position:-440px -77px;}
		
		.list{ float:left; font-size:13px; line-height:17px; margin:10px 0px 0px 10px;}
			.list a{ color:#666; text-decoration:none;}
			.list a:hover{ text-decoration:underline;}
/* header end */

