#top {
	background-image:url(imgs/top_center2.png);
	background-repeat:no-repeat;
	height:97px;
	width:1024px;
	clear: both;
	background-position: right;
}
#top_right {
	background-image:url(imgs/top_sidebar_right_2.jpg);
	background-repeat: repeat-x;
	background-color:#102840;
	height:97px;
}
#top_left {
	background-image:url(imgs/top_sidebar_left.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	height:97px;
}

.top_bar (@color) {
	background-image:url(imgs/bar_sub_top.jpg);
	background-repeat:repeat-x;
	height:28px;
	border-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-color: @color;
}

.top_bar_home{
	.top_bar (#5178B0);
}
.top_bar_pedido{
	.top_bar (#78b05a);
}
.top_bar_sair{
	.top_bar (#78489C);
}
.top_bar_manutencao{
	.top_bar (#f28d2b);
}
.top_bar_cadastro{
	.top_bar (#9C4D48);
}

#top_bar_tab {
	position:relative;
	top:3px;
}

.txt_sauda {
	position:relative;
	top:4px;
	left:0px;
	width: 745px;
	margin-left:55px;
}