#menuAba{
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 10px;
}

#menuAba ul, #menuAba li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}
#menuAba a:link, #menuAba a:visited	{
	background : #E8EBF0;
	border : 1px solid #ccc;
	color : #666;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 5px 2px 5px;
	text-decoration : none;
}
#menuAba a:hover	{
	color : #00aeef;
}
#menuAba .menuAbaSelecionado a{
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #00aeef;
}
#menuAba ul a:hover {
	color : #00aeef !important;
}
#conteudoAba {
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	clear: both;
	margin: 0px;
	padding: 15px;
	min-height:300px;
}

#conteudoAba a:link{
	color : #666;
	text-decoration : none;
}
#conteudoAba a:visited{
	color : #666;
	text-decoration : none;
}
#conteudoAba a:hover{
	color : #00aeef;
	text-decoration : none;
}