#abas{	
	position: relative;
	margin: 0;
	padding: 0;
}

#abas li{
	display: inline;
	list-style-type: none;
}
#abas li a{
	float: left;
	color: #336;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	display: inline;
	width: auto;
	padding: 0 10px;
	margin-right: 3px;
	text-decoration: none;
	background: transparent url(../images/tabtop_bg.gif) repeat-x top left;
}

#abas li a.selected{
	color: #FFF;	
	background: transparent url(../images/tabtop_selected_bg.gif) repeat-x top left;
	cursor: default;


}

.contaba{
	clear: both;
	background: #d6d6d6 url(../images/tabcontent_bg.gif) repeat-x top left;
	padding-bottom: 1em;
}
