#menuwrapper {
	width:980px;
	text-align:center;
	position: relative;
	z-index: 100;
}

#p7menubar {
	width: auto;
	list-style: none;
}
#p7menubar ul {
	list-style: none;
}
#p7menubar a {
	display: block;
	text-decoration: none;
/*	padding: 5px 0px 5px 0px;
*/}
#p7menubar li {
	float: left;
	text-align:left;
}

/* hide from IE mac \*/
#p7menubar li {
	width: auto;
}
/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
	width: 240px;
	background-color: #ddd;

	/* width: 11em; */
}
#p7menubar ul li  {
	border-bottom: 1px solid #ccc;
	width: 240px;
}
#p7menubar ul li a  {
	padding: 3px 0px 3px 31px;
	width: 209px;
	border-top: 1px solid #f5f5f5;
}
#p7menubar ul li a.right  {
	text-align: right;
	padding: 3px 36px 3px 0px;
	width: 203px;
	border-top: 1px solid #f5f5f5;
}

#p7menubar li ul {
	position: absolute;
	display: none;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #666;
	font-size: 1em;
	background-color: #ddd;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #666;
	font-size: 1em;
	background-color: #ddd;
}
#p7menubar ul a:hover {
	font-size: 1em;
	background-color: #ccc !important /* !important firefox mouseover */;
	color: #666 !important;
}

/* -------------------------------- [ Menu ] */
/*.menu {
	height: 35px;
	width: 100%;
	list-style:none;
}
.menu li {
	height:35px;
	width: 100%;
	display:inline;
	float:left;
}
*/
/* -------------------------------- [ Menu bt1 ] */
.menu li a.bt1 {
	height:35px;
	width:116px;
	background-image:url("../img/a-empresa.gif");
	background-repeat:no-repeat;
	float:left;
}
.menu li a.bt1:hover {
	height:35px;
	width:116px;
	background-image:url("../img/a-empresa.gif");
	background-repeat:no-repeat;
	float:left;
}

/* -------------------------------- [ Menu bt2 ] */

.menu li a.bt2 {
	height:35px;
	width:171px;
	background-image:url("../img/area-atuacao.gif");
	background-repeat:no-repeat;
	float:left;
}
.menu li a.bt2:hover {
	height:35px;
	width:171px;
	background-image:url("../img/area-atuacao.gif");
	background-repeat:no-repeat;
	float:left;
}

/* -------------------------------- [ Menu bt3 ] */

.menu li a.bt3 {
	height:35px;
	width:118px;
	background-image:url("../img/servicos.gif");
	background-repeat:no-repeat;
	float:left;
}
.menu li a.bt3:hover {
	height:35px;
	width:118px;
	background-image:url("../img/servicos.gif");
	background-repeat:no-repeat;
	float:left;
}

/* -------------------------------- [ Menu bt4 ] */

.menu li a.bt4 {
	height:35px;
	width:208px;
	background-image:url("../img/cargas-encomendas.gif");
	background-repeat:no-repeat;
	float:left;
}
.menu li a.bt4:hover {
	height:35px;
	width:208px;
	background-image:url("../img/cargas-encomendas.gif");
	background-repeat:no-repeat;
	float:left;
}

/* -------------------------------- [ Menu bt5 ] */

.menu li a.bt5 {
	height:35px;
	width:185px;
	background-image:url("../img/aluguel-onibus.gif");
	background-repeat:no-repeat;
	float:left;
}
.menu li a.bt5:hover {
	height:35px;
	width:185px;
	background-image:url("../img/aluguel-onibus.gif");
	background-repeat:no-repeat;
	float:left;
}

/* -------------------------------- [ Menu bt6 ] */

.menu li a.bt6 {
	height:35px;
	width:158px;
	background-image:url("../img/atendimento.gif");
	background-repeat:no-repeat;
	float:left;
}
.menu li a.bt6:hover {
	height:35px;
	width:158px;
	background-image:url("../img/atendimento.gif");
	background-repeat:no-repeat;
	float:left;
}

