/* SERVIÇOS WEB da PBH - 2005 */

/* --------------------------------------- */
/* BARRA DE SERVIÇOS PBH */

body { margin: 0px; background-color: #FFFFFF;}

a { text-decoration: none;}

#servicos {
	background-image:  url(../imagens/bkg-barraservicos.gif);
	background-repeat: repeat;
	height: 25px;
	background-color: #999999;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #333333;
	margin-bottom: 0px;
}

#logo {
	float: left;
	height: 25px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px solid red;
}

#listaservicos {
	float: right;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 0px;
	border: 0px;
	margin-bottom: 0px;
	height: 25px;
}

#listaservicos form {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#listaservicos select {
	background-color: #D4D4D4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

