@charset "utf-8";
/*------------------------------------------- begin special people content ------------------------------------------------*/
.contentbox {
	position: absolute;
	top: 155px;
	width: 100%;
	min-height: 550px;
	height: 550px;
	overflow: hidden;
	display: block;
	z-index: 10;
}
/*------------------------------------------- end special people content ------------------------------------------------*/
/*------------------------------------------- begin people category navigation ------------------------------------------------*/
ul.cnav {
	position: absolute;
	top: 322px;
	left: 10px;
	width: 150px;
	height: 131px;	
}
.cnav li {
	position: absolute;
	height: 12px;
	font-size: 12px;
	text-indent: -9999px;
	text-align: center;
	line-height: 10px;
	list-style-type: none;
	display: block;
}
li#nycbw {
	top: 0;
	left: 0;
	width: 115px;
	background: url(../pics/submenu/nbw.jpg) 0 0 no-repeat;
	background-position: 0;
}
li#nycbw:hover, li#nycbw.current{
	background-position: -115px;
}
a.nbw, a.cff, a.ds, a.tfc, a.ca, a.wda, a.n, a.p {
	position: absolute;
	top: 0;
	left: 0;
	height: 12px;
}
a.nbw {
	width: 115px;
}
li#cape{
	top: 17px;
	left: 0;
	width: 129px;
	background: url(../pics/submenu/cff.jpg) 0 0 no-repeat;
	background-position: 0;
}
li#cape:hover, li#cape.current{
	background-position: -129px;
}
a.cff{	
	width: 129px;
}
li#schlaf{
	top: 34px;
	left: 0;
	width: 82px;
	background: url(../pics/submenu/ds.jpg) 0 0 no-repeat;
	background-position: 0;
}
li#schlaf:hover, li#schlaf.current{
	background-position: -82px;
}
a.ds {	
	width: 82px;
}
li#tian{
	top: 51px;
	left: 0;
	width: 148px;
	background: url(../pics/submenu/tfc.jpg) 0 0 no-repeat;
	background-position: 0;
}
li#tian:hover, li#tian.current{
	background-position: -148px;
}
a.tfc {	
	width: 148px;
}
li#china{
	top: 68px;
	left: 0;
	width: 67px;
	background: url(../pics/submenu/ca.jpg) 0 0 no-repeat;
	background-position: 0;
}
li#china:hover, li#china.current{
	background-position: -67px;
}
a.ca {	
	width: 67px;
}
li#wies{
	top: 85px;
	left: 0;
	width: 114px;
	background: url(../pics/submenu/wda.jpg) 0 0 no-repeat;
	background-position: 0;
}
li#wies:hover, li#wies.current{
	background-position: -114px;
}
a.wda {	
	width: 114px;
}
li#neu{
	top: 102px;
	left: 0;
	width: 38px;
	background: url(../pics/submenu/n.jpg) 0 0 no-repeat;
	background-position: 0;
}
li#neu:hover, li#neu.current{
	background-position: -38px;
}
a.n {	
	width: 38px;
}
li#port{
	top: 119px;
	left: 0;
	width: 44px;
	background: url(../pics/submenu/p.jpg) 0 0 no-repeat;
	background-position: 0;
}
li#port:hover, li#port.current{
	background-position: -44px;
}
a.p {	
	width: 44px;
}
/*------------------------------------------- end people category navigation ------------------------------------------------*/