.tab {
	width: 100%;
	margin: 0;
	padding: 0;
	z-index:100;
	margin-bottom:-1px;
	position:relative;
	height:26px;
}
.tab li {
	display: inline;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
.tab a.tab_on, .tab a.tab_off {
	display: block;
	width: 83px;
	height: 21px;
	padding-top: 5px;
	text-align: center;
}
.tab a.tab_on {
	background: url(../../imagens/tab_on.gif) no-repeat;
	color: #666666;
}
.tab a.tab_off {
	background: url(../../imagens/tab_off.gif) no-repeat;
	color: #ffffff;
}

#doclist {
	border: 1px solid #ededed; 
	padding:15px; 
	z-index:99; 
	position:relative;
	min-height: 230px;
	-moz-border-radius: 0px 10px 10px 10px;
}