.navigation {
	margin: 0px auto;
	height: 600px;
	width: 780px;
	background-image: url(../img_scheme/home_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.navigation .item {
	position:absolute;
}

.produce {
	top:30px;
	left:467px;
}

.performance {
	top:203px;
	left:492px;
}

.education {
	top:319px;
	left:425px;
}

.profile {
	top:429px;
	left:272px;
}

.company {
	top:429px;
	left:272px;
}

.policy {
	top:420px;
	left:89px;
}

a.icon {
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
}

.produce a.icon {
	width:188px;
	height:152px;
}

.performance a.icon {
	width:249px;
	height:85px;
}

.education a.icon {
	width:217px;
	height:88px;
}

.profile a.icon {
	width:207px;
	height:82px;
}

.company a.icon {
	width:207px;
	height:82px;
}

.policy a.icon {
	width:193px;
	height:157px;
}

.produce a.icon {
	background-color: transparent;
	background-image: url(../img_scheme/home_produce.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.performance a.icon {
	background-color: transparent;
	background-image: url(../img_scheme/home_performance.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.education a.icon {
	background-color: transparent;
	background-image: url(../img_scheme/home_education.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.profile a.icon {
	background-color: transparent;
	background-image: url(../img_scheme/home_profile.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.company a.icon {
	background-color: transparent;
	background-image: url(../img_scheme/home_company.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.policy a.icon {
	background-color: transparent;
	background-image: url(../img_scheme/home_policy.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.navigation .item a.active {
	background-position:0px -160px;
}

.item img.circle {
	position:absolute;
	/*top:0px;
	left:0px;*/
	width:157px;
	height:157px;
	opacity:0.1;
}

.produce img.circle {
	top:-21px;
	left:35px;
}

.performance img.circle {
	top:-27px;
	left:86px;
}

.education img.circle {
	top:-27px;
	left:55px;
}

.company img.circle {
	top:-27px;
	left:46px;
}

.policy img.circle {
	top:-12px;
	left:45px;
}

.item h3 {
	position:absolute;
	width:200px;
	height:45px;
	font-size:1px;
	top:0px;
	left:0px;
	text-indent:-9999px;
	line-height:45px;
}

.item h3.active {
	color:#fff;
	/*text-shadow:1px 0px 1px #555;*/
}

.item ul {
	list-style:none;
	position:absolute;
	display:none;
}

.produce ul {
	top:60px;
	left:175px;
}

.performance ul {
	top:45px;
	left:160px;
}

.education ul {
	top:45px;
	left:120px;
}

.profile ul {
	top:45px;
	left:120px;
}

.company ul {
	top:50px;
	left:120px;
}

.policy ul {
	top:125px;
	left:100px;
}

.item ul li a {
	font-size:12px;
	text-decoration:none;
	color:#666;
	padding:2px 10px;
	float:left;
	clear:both;
}

.produce ul li a {
	width:120px;
}

.performance ul li a {
	width:110px;
}

.education ul li a {
	width:210px;
}

.profile ul li a {
	width:120px;
}

.company ul li a {
	width:120px;
}

.policy ul li a {
	width:120px;
}

.item ul li a:hover {
	background-color:#C00;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/*-moz-box-shadow:1px 1px 4px #666;
	-webkit-box-shadow:1px 1px 4px #666;
	box-shadow:1px 1px 4px #666;*/
}
