@charset "UTF-8";
#nav {
	width: 1000px;
	height: 30px;
}

.currentpage {
	width: 143px;
	height: 30px;
	text-align: center;
	background: url(../Images/down_state.jpg);
	text-decoration: none;
}

.currentpage a {
	color: #666666;
	text-decoration: none;
}

.page {
	width: 143px;
	height: 30px;
	text-align: center;
	background: url(../Images/up_state.jpg);
	text-decoration: none;
}

.page a {
	color: black;
	text-decoration: none;
}

.over {
	width: 143px;
	height: 30px;
	text-align: center;
	background: url(../Images/over_state.jpg);
	text-decoration: none;
}