.tabsclear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/******* MENU *******/
#container{
	margin: 3em auto;
	width: 90%;
}

#container fieldset {
border:0;
}

#container ul{
	list-style: none;
	list-style-position: outside;
}

#container ul.menu li{
	font-weight: 700;
	float: left;
	display: block;
	margin-bottom: -1px;
	margin-right:0px;
	border-left:1px solid #D9D9D9;
	position: relative;
	color: #898989;
	cursor: pointer;
	padding: 1.5em;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;	
}

#container ul.menu li:hover{
	color:#3C4648;
}

#container ul.menu li.active{
	top: 0;
	border-bottom: 0;
	color: #3C4648;
	background: rgb(255,214,94); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
	
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}
/******* /CONTENT *******/
/******* tab1 *******/
.content.tab1{
	display: block;
}
/******* /tab1 *******/
/******* tab2 *******/
.content.tab2{
	display: none;
}
/******* /tab2 *******/
/******* tab3 *******/
.content.tab3{
	display: none;
}
/******* /tab3 *******/

/******* tab4 *******/
.content.tab4{
	display: none;
}
/******* /tab4 *******/

