/* menu */

#tplte_menu {
	clear: both;
	width: 910px;
	height: 53px;
	background: url(../../imagens/imgMenu/templamtemo_menu.png)
}

#tplte_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tplte_menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#tplte_menu ul li a {
	float: left;
	display: block;
	width: 110px;
	height: 33px;
	line-height: 23px;
	padding: 7px 15px 0 0;
	font-size: 11px;
	color: #67acc2;	
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	outline: none;
	border: none;
	letter-spacing: 1px;
	background: url(../../imagens/imgMenu/templatmeo_menu_divider.png) right repeat-y;
}

#tplte_menu ul li a:hover, #tplte_menu ul .current {
	color: #e77e02;
	text-shadow: 1px 1px 1px #fff
	background: url(../../imagens/imagesTemplate/menuHover.html) no-repeat;
}

#tplte_menu ul .last { background: none }

/* end of menu */

