body{
	text-align:center;
}
.tab1, .tab2 {
	width:350px;
	margin:0 5px;
	background:#CC9933;
	opacity:0.5;
	border-radius:5px 5px 5px 5px;
	box-shadow: #CCC 4px 4px 4px;
	text-align:left;
	float:left;
	display:inline;
}
.name {
	list-style:none;
	overflow:hidden;
}
.name li {
	width:90px;
	font:bold 16px/30px Verdana, Geneva, sans-serif;
	background:#669900;
	text-align:center;
	border-radius:5px 5px 5px;
	margin-right:5px;
	float:left;
	display:inline;
	cursor:pointer;
}
li.selected{
	background:#FF9900;
}
.content li{
	height:500px;
	display:none;
}