.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
#container {
   float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
#container ul {
	list-style: none outside none;
/*	float:left; */
	width: auto;
}
#container ul.tab-menu li {
	float: left;
}
#container ul.tab-menu li {
	font-weight: 700;
	display: block;
	padding: 5px 0px 5px 15px;
	background:url(../images/identification.jpg) no-repeat;
	float:left;
	padding: 5px 0 0 15px;
	position: relative;
	color: #666666;
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	width:130px;
	height:38px;
	cursor: pointer;
	line-height:30px;
}
#container ul.tab-menu li.active {
	background:url(../images/identification-active.jpg) no-repeat;
	color: #FFFFFF;
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	width:130px;
	height:38px;
	color:#ffffff;
	line-height:30px;
}
/******* /MENU *******/
/******* CONTENT *******/
.content {
    float: left;
    font-size: 11px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 98%;

}
.content h1 {
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/
/******* NEWS *******/
.content.news h1 {
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.content.news {
	display: block;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.content.tutorials h1 {
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.content.tutorials {
	display: none;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.content.links h1 {
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.links {
	display: none;
}
.content.links a {
	color: #5f95ef;
}
/******* /LINKS *******/



/******* /CONTENT *******/
/******* NEWS *******/
.content.newsone h1 {
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.content.newsone {
	display: block;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.content.tutorialsone h1 {
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.content.tutorialsone {
	display: none;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.content.linksone h1 {
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.linksone {
	display: none;
}
.content.linksone a {
	color: #5f95ef;
}
/******* /LINKS *******/
