body {
	font-size: 13px
}

ul,li {
	margin: 0;
	padding: 0;
	list-style: none
}

#menu li {
	text-align: center;
	float: left;
	padding: 5px;
	margin-right: 2px;
	width: 50px;
	cursor: pointer
}

#menu li.tabFocus {
	width: 50px;
	font-weight: bold;
	background-color: #f3f2e7;
	border: solid 1px #666;
	border-bottom: 0;
	z-index: 100;
	position: relative
}

#content {
	width: 800px;
	height: 250px;
	padding: 10px;
	background-color: #f3f2e7;
	clear: left;
	border: solid 1px #666;
	position: relative;
	top: -1px
}

#content li {
	display: none
}

#content li.conFocus {
	display: block
}