html, body
{ 
	
	height           : 100%; 
	margin           : 0px; 
	overflow         : hidden;
	background-color : #FFFFFF;
	
}#menu {
	display: inline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#bfe ul {
	list-style-type: none;
}
#bfe ul li {
	display: inline;
	padding: 5px;
	background-color: #CCCCCC;
	width: 100px;
}
#bfe #menu a {
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
}
