.tab_menu {
	height: 33px;
}

.tab_menu_td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: white;
	text-align: center;
	background-image: url("imagens/menu/bg.gif");
	background-repeat: repeat-x;
	width: 116px;
	cursor: pointer;
}

.tab_menu_td_canto_superior_esquerdo {
	background-image: url("imagens/menu/bg_sup_esq.gif");
	background-repeat: no-repeat;
	width: 4px;
	cursor: pointer;
}

.tab_menu_td_canto_esquerdo {
	background-image: url("imagens/menu/bg.gif");
	background-repeat: no-repeat;
	width: 4px;
	cursor: pointer;
}

.tab_menu_td_canto_superior_direito {
	background-image: url("imagens/menu/bg_sup_dir.gif");
	background-repeat: no-repeat;
	width: 4px;
	cursor: pointer;
}

.tab_menu_td_sep {
	background-color: #c7c7c7;
	width: 1px;
}

.tab_menu_td_over {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #444444;
	text-align: center;
	background-image: url("imagens/menu/bg_over.gif");
	background-repeat: repeat-x;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	border-bottom-width: 1px;
	width: 116px;
	cursor: pointer;
}

.tab_menu_td_canto_superior_esquerdo_over {
	background-image: url("imagens/menu/bg_sup_esq_over.gif");
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	border-bottom-width: 1px;
	width: 4px;
	cursor: pointer;
}

.tab_menu_td_canto_esquerdo_over {
	background-image: url("imagens/menu/bg_over.gif");
	background-repeat: no-repeat;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	border-bottom-width: 1px;
	width: 4px;
	cursor: pointer;
}

.tab_menu_td_canto_superior_direito_over {
	background-image: url("imagens/menu/bg_sup_dir_over.gif");
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	border-bottom-width: 1px;
	width: 4px;
	cursor: pointer;
}

