#page-wrap { 
	width: 440px; 
	margin: 80px auto; 
}


.hide { 
	position: absolute; 
	top: -9999px; 
	left: -9999px; 
}

#rumours-tabs { 
	background: #eee; 
	padding: 10px; 
	margin: 0 0 20px 0; 
	-moz-box-shadow: 0 0 5px #666; 
	-webkit-box-shadow: 0 0 5px #666; 
}

#rumours-tabs .nav { 
	overflow: hidden; 
	margin: 0 0 10px 0; 
}
#rumours-tabs .nav li { 
	width: 97px; 
	float: left; 
	margin: 0 10px 0 0; 
}
#rumours-tabs .nav li.last { 
	margin-right: 0; 
}
#rumours-tabs .nav li a { 
	display: block; 
	padding: 5px; 
	background: #959290; 
	color: white; 
	font-size: 9pt; 
	text-align: center; 
	border: 0; 
}
#rumours-tabs .nav li a:hover { 
	background-color: #111; 
}

#rumours-tabs ul { 
	list-style: none; 
}
#rumours-tabs ul li a { 
	display: block; 
	border-bottom: 1px solid #666; 
	padding: 4px; 
	color: #666; 
}
#rumours-tabs ul li a:hover { 
	background: #fe4902; 
	color: white; 
}
#rumours-tabs ul li:last-child a { 
	border: none; 
}

#rumours-tabs ul li.nav-one a.current, #rumours-tabs ul.TabOne li a:hover { 
	background-color: #d30000; color: white; 
}
#rumours-tabs ul li.nav-two a.current, #rumours-tabs ul.TabTwo li a:hover { 
	background-color: #d30000; color: white; 
}
#rumours-tabs ul li.nav-three a.current, #rumours-tabs ul.TabThree li a:hover { 
	background-color: #d30000; color: white; 
}
#rumours-tabs ul li.nav-four a.current, #rumours-tabs ul.TabFour li a:hover { 
	background-color: #d30000; color: white; 
}