.glowingtabs{
	height:35px;
	position:relative;
	width:100%;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 200%;
	color: #FFFFFF;
	text-align: center;
}

.glowingtabs ul{
list-style-type: none;
margin:0;
padding:0;
}

.glowingtabs li{
	margin:0;
	padding:0;
	height:auto;
	float:left;
}

.glowingtabs a{
	display:block;
	height:35px;
	float:left;
	font-weight:bold;
	text-decoration:none;
	line-height:200%;
	white-space:nowrap;
	color:#FFFFFF;
	width: 126px;
	font-size: 16px;
	background-image: url(../imagem/bot_fundo_branco.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 2px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
	cursor:pointer;
	background-image: url(../imagem/bot_fundo_cinza.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333333;
}

.glowingtabs a.current{ /*Selected Tab style*/
	background-image: url(../imagem/bot_fundo_cinza.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333333;
}

.glowingtabs a:hover{ /*onMouseover style*/
	background-image: url(../imagem/bot_fundo_cinza.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333333;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:20px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}

.tabcontent li{
float:left;
list-style:none;
margin-left:10px;
}

.tabcontent li a{
	display:block;
	white-space:nowrap;
	color:#56B0FC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 200%;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
}

.tabcontent li a:hover{
	text-decoration:underline;
}
