/******* MENU *******/
.clear{ 
	clear: both;  
	height: 0;  
	visibility: hidden; 
	display: block; 
}
a{  
	text-decoration: none; 
} 
#container{
	
	width: 100%;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
	margin-right: -1px;
	margin-bottom: -1px;
	width: 75px;
}
#container ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#container ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/
/******* NEWS *******/
.content.tabs-news{
	display: block;
	overflow:auto;
}
/******* /NEWS *******/
/******* EVENTS *******/
.content.tabs-events{
	display: none;
}
/******* /EVENTS *******/
/******* PETS *******/
.content.tabs-pets{
	display: none;
}
/******* /PETS *******/
/******* ITEMS *******/
.content.tabs-items{
	display: none;
}
/******* /ITEMS *******/
/******* STATS *******/
.content.tabs-stats{
	display: none;
}
/******* /STATS *******/
/******* FEATURES *******/
.content.tabs-features{
	display: none;
}
/******* /FEATURES *******/