.nav {
	width: 950px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	color: #3366FF;
	height: 35px;
	background: #71ACE1 url(../images/nav_bg.png) no-repeat 0 -68px;
}

.nav ul {
	padding-left: 10px;
}

.nav ul li {
	float: left;
	text-align: center;
	padding-top: 6px;
	margin: 0 5px 0 5px;
}

.nav a {
	width: 86px;
	display: block;
	text-decoration: none;
	padding: 1px 0 10px 0;
}

.nav a:link,.nav a:visited {
	color: #FFFFFF;
}

.nav a:hover,.nav a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.nav .current a:link,.nav .current a:visited,.nav .current a:hover,.nav .current a:active
	{
	background: url(../images/nav_bg.png) no-repeat 0 -111px;
	color: #333333;
}

.nav .current a:hover,.nav .current a:active {
	text-decoration: none;
}