
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

#container{
	margin: 2em auto;
	width: 605px;
}
#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;
	background: #000;
	margin-bottom: -1px;
	position: relative;
	color: #fff;
	cursor: pointer;
}
#container ul.menu li:hover{
	background:#d97726;
	color:#FFF;
}
#container ul.menu li.active{
	background: #d97726;
	top: 1px;
	border-bottom: 0;
	color: #fff;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;	
	/*background: #fcf1bf;	*/
	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.overview h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.content.overview{
	display: block;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.content.plan h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.content.plan{
	display: none;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.content.keyplan h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.keyplan{
	display: none;
}
.content.keyplan a{
	color: #5f95ef;
}
/******* /LINKS *******/
/******* LINKS *******/
.content.availablity h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.availablity{
	display: none;
}
.content.availablity a{
	color: #5f95ef;
}
/******* /LINKS *******/
/******* LINKS *******/
.content.pstatus h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.pstatus{
	display: none;
}
.content.pstatus a{
	color: #5f95ef;
}
/******* /LINKS *******/