@charset "utf-8";
/* 代码整理：易站之家  www.yizhanzzw.com */
* {
	margin:0;
	padding:0;
}
body {
	background:#000000;
}
#nav {
	background: url(../images/slice.jpg) repeat-x;
	width:100%;
	height:70px;
}
#navigation {
	margin-left:250px;
}
#navigation li {
	float:left;
	display:block;
}
#navigation li a {
	background-image:url(../images/sprite.jpg);
	display: block;
	outline: none;
	position: relative;
	height: 70px;
	text-decoration: none;
	width: auto;
}
#navigation .home {
	background-position:0px 0px;
	width:102px;
	height:70px;
}
#navigation .services {
	background-position:-102px 0px;
	width:110px;
	height:70px;
}
#navigation .portfolio {
	background-position:-212px 0px;
	width:108px;
	height:70px;
}
#navigation .about {
	background-position:-320px 0px;
	width:102px;
	height:70px;
}
#navigation .contact {
	background-position:-422px 0px;
	width:103px;
	height:70px;
}
#navigation a .hover {
	background: transparent url(../images/sprite.jpg) no-repeat;
	display:block;
	opacity: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor:pointer;
}
#navigation .home .hover {
	background-position: -0px -72px;
}
#navigation .services .hover {
	background-position: -102px -72px;
}
#navigation .portfolio .hover {
	background-position: -212px -72px;
}
#navigation .about .hover {
	background-position: -320px -72px;
}
#navigation .contact .hover {
	background-position: -422px -72px;
}
p, p a {
	color:#666;
	font-size:12px;
}
/* 代码整理：易站之家  www.yizhanzzw.com */