#header #nav-1 {
	list-style-type: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 430px;
}
#header #nav-1 li{
	float: left;
}
#header #nav-1 span {
	display: none;
}
#header #nav-1 a, #nav-1 a:hover {
	display: block;
	height: 40px;
	width: 100px;
	float: left;
	background-image: url(nav-sprites.jpg);
	background-repeat: no-repeat;
}
#header #nav-1 .home a {
	background-position: 0px 0px;
}
#header #nav-1 .profile a {
	background-position: -100px 0px;
}
#header #nav-1 .activity a {
	background-position: -200px 0px;
}
#header #nav-1 .area51 a {
	background-position: -300px 0px;
}
#header #nav-1 .home a:hover, 
#header #nav-1 .home a.selected {
	background-position: 0px -38px;
}
#header #nav-1 .profile a:hover, 
#header #nav-1 .profile a.selected {
	background-position: -100px -38px;
}
#header #nav-1 .activity a:hover, 
#header #nav-1 .activity a.selected {
	background-position: -200px -38px;
}
#header #nav-1 .area51 a:hover, 
#header #nav-1 .area51 a.selected {
	background-position: -300px -38px;
}
#header .pagemenu {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 400px;
	top: 40px;
	right: 0px;
}
#header .pagemenu span{
	display: none;
}
#header .pagemenu a {
	color: #999999;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 100px;
}
#header .pagemenu strong {
	color: #000;
	display: block;
	height: 20px;
	width: 100px;
	border-left: 5px solid #000000;
}
#header .pagemenu a:hover {
	color: #000000;
	border-left: 5px solid #000000;
}
#header .pagemenu .pro{
	padding-left: 120px;
}
#header .pagemenu .act{
	padding-left: 220px;
}
