@CHARSET "UTF-8";
/******* GENERAL RESET *******/
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/******* GENERAL RESET *******/
/******* LOGO *******/
/******* /LOGO  *******/
/******* MENU *******/
#container2{
	margin:0px 0 20px 20px;
	width: auto;
	
	
}
#container2 ul{
	list-style: none;
	list-style-position: outside;
	border:0pt none;
 margin: 0 0 0 13px;
padding:0pt;
vertical-align:baseline;
}
#container2 ul.menunav li{
	float: left;
	margin-right: 0px;
	border:0pt none;
margin:0pt;
padding:0pt;
vertical-align:baseline;
border-radius:5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	behavior: url(PIE.html);
	
}
#container2 ul.menunav li{
	display: block;
	font-weight:bold;
	height: 25px;
    line-height: 25px;
    margin: 0 12px 0 0;
    padding: 0 34px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:url(../images/right_bar.jpg) repeat-x;
	position: relative;
	color: #4b4719;
	cursor: pointer;
}
#container2 ul.menunav li.active{
	background:url(../images/2.jpg) repeat-x;
	border-bottom: 0;
	color: #fff;
}
/******* /MENU *******/
/******* CONTENT *******/
.content2{
	margin: 0pt auto;
	background:#FFFFFF;
	padding:0 0 10px 0;
	overflow:hidden;
	border:1px solid #CCCCCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/******* /CONTENT *******/
/******* NEWS *******/
.content2.news{
	display: block;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.content2.tutorials{
	display: none;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.content2.links{
	display: none;
}
.content2.links2{
	display: none;
}
.content2.links3{
	display: none;
}
/******* /LINKS *******/