
.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: 5px;
	margin-bottom: -1px;
}
#container ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	border-top-right-radius: 5px;
   border-top-left-radius: 5px;
   background: #6f6f6f;   
   margin-bottom: -1px;
	border: 1px solid #FFC936;
	border-width: 1px 1px 1px 1px;
   position: relative;
	color: #FFC936;
	cursor: pointer;
}
#container ul.menu li.active{
	background:#FFC936;
	top: 1px;
	border-bottom: 0;
	color: #000000;
          
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	 border: 1px solid #FFC936;
        
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;  
	
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 13px;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 38px;
	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/news.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 *******/
