.menu {
	padding: 0;
	clear: both;
	}
	
.menu li {
	display: inline;
	}
	
.menu li a {
	ackground: #ccf;
	padding: 10px;
	/*float:left;*/
	border-bottom: none;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	}
	
.menu li.active a {
	background: #FFF;
	}
	
.content {
	float: left;
	clear: both;
	background: #FFF;
	padding: 10px 27px 10px;
	width: 356px;
	margin-top: -4px;
	}