#menu {
	position: absolute;
	width: 642px;
	left: 331px;
	top: 124px;
	height: 49px;
	z-index: 999;
}

.on {
	background-image: url(imagens/menu-fundo.png);
	background-position: bottom;
	color: #FFF;
}

.submenu {
	position: absolute;
	top: 35px;
	left: 0px;
	display: none;
}
.submenu-seta{
	background-image: url(submenu-seta.png);
	background-repeat: no-repeat;
	background-position: 30px;
	position: relative;
	height: 18px;
}
.submenu-bloco{
	background-color: #EBF1F6;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 10px;
}
.submenu-bloco a {
	text-decoration: none;
	color: #666;

}

.submenu-item  {
	height: 25px;
	text-align: left;
	color: #666;
	cursor: pointer;
	line-height: 25px;
}
.submenu-item:hover {
	color: #666666;
	text-decoration: underline;
}
a.menu {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 49px;
	float: left;
	height: 49px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
a.menu:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
}
a.institucional {
	background-image: url(imagens/menu-fundo.png);
	height: 49px;
	width: 166px;
	background-position: 0px top;
}
a.institucional:hover {
	background-position: left bottom;

}

a.produtos {
	background-image: url(imagens/menu-fundo.png);
	height: 49px;
	width: 127px;
	background-repeat: no-repeat;
	background-position: -166px top;
}
a.produtos:hover {
	background-position: -166px bottom;
}

a.treinamento {
	background-image: url(imagens/menu-fundo.png);
	height: 49px;
	width: 159px;
	background-repeat: no-repeat;
	background-position: -293px top;
}
a.treinamento:hover {
	background-position: -293px bottom;
}

a.contato {
	background-image: url(imagens/menu-fundo.png);
	height: 49px;
	width: 147px;
	background-repeat: no-repeat;
	background-position: -452px top;
}
a.contato:hover {
	background-position: -452px bottom;
}
