#headline{
	position:absolute;
	top:60px;	
	left:100px;
	z-index:4;
}



#navi,
	#navi a{
	color:#dfd;
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
}
#navi{
	width:150px;
	text-align:right;
	position:absolute;
	top:140px;
	left:810px;
	z-index:100;
}

#navi .active{
	font-weight:bold;
	color:#fff;	
}

#navi a{
	color:#000;
	display:block;
	width:142px;
	padding:4px 0;
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
	border-left:solid 1px #ccc;
	border-top:solid 1px #ccc;
	text-align:center;
	font-weight:bold;
	background:#ddd;
}

#navi a:hover{
	text-decoration:underline;
	background:#ccc;
}

.navihead{
	background:url("../pixx/layout/Navi-head_right.gif") no-repeat top left;
	width:144px;
	height:23px;
}
.navibottom{
	background:url("../pixx/layout/Navi-footer_right.gif") no-repeat top left;
	width:144px;
	height:23px;
}
