
#navigation {
	position:absolute;
	border-right: 1px solid #999;
	height:1px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#navigation li {
	background: #ccc;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	float: left;
	margin: 0;
	padding: 0;
	padding-topw:1px;
	padding-bottom:1px;
}
	
#navigation a {
	color: #666;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}
	
#navigation a:hover {
	color: #333;
}

#navigation .currentpage {
	background: #fff;
	border-bottom: 1px solid #FFF;
	color: #333;
}
