#cabecalho {
	position							: absolute;
	width								: 755px;
	z-index								: 2;
}

#cabecalho .colunaFlash {
	width								: 346px;
	height								: 100%;
}

.colunaFlash TR TD {
	border: none;
	background: URL(../imagens/backgrounds/body2.png) repeat-y left top;
	_background:none;
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/backgrounds/body.png', sizingMethod='scale');*/
	border-right:1px solid #fff;
}


#cabecalho .menu {
	left								: 330px;
	position							: absolute;
	top									: 45px;
}

#cabecalho UL {
	display								: inline;
	float								: right;
	margin-top							: 5px;
}

#cabecalho UL LI {
	background-color					:  #F1F1F1;
	color								: #999999;
	display								: inline;
	font									: 11px tahoma, arial, verdana, sans-serif;
	margin								: 0;
}

#cabecalho UL A:LINK, #cabecalho UL A:VISITED, #cabecalho UL A:ACTIVE {
	color								: #999;
	font								: 11px tahoma, arial, verdana, sans-serif;
	text-decoration						: none;
}

#cabecalho UL A:HOVER {
	text-decoration						: underline;
}