@charset "utf-8";
/* CSS Document */
#menuDiv
{
	position:static;
	background-image:url(../../_imagens/site/menu.gif);
	background-repeat:repeat-x;
	border-color:#131214;
	border-style:solid none;
	border-width:1px medium;
	height:40px;
	position:relative;
	z-index:10;
}
.menuLi
{
	float:left;
	margin:0;
	padding:0;
	width:160px;
	height:40px;
	background-image:url(../../_imagens/site/menuUl.gif);
	background-repeat:repeat-x;
	list-style:none;
	color:#f08a00;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	padding-top:14px;
	cursor:pointer;
}
.internos, .first, .last
{
	float:left;
	background-image:url(../../_imagens/site/menuInterno.gif);
	width:6px;
	height:40px;
}
.first
{
	background-image:url(../../_imagens/site/menuBefore.gif) !important;
}
.last
{
	background-image:url(../../_imagens/site/menuAfter.gif) !important;
}
