@charset "utf-8";
/* CSS Document */


#navbar {
	margin: auto;
	width: 860px;
	height: 35px;
}

#navbar li {
	display: inline;
	list-style-type: none;
}

#navbar a {
	float: right;
	padding: 8px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #123961;
}



#home {
		text-indent: 22px;

}

#home a {
	width: 85px;
	height: 35px;
	background:url(../img/navbar_home.jpg) no-repeat;

}



#intranet {
		text-indent: 21px;
}

#intranet a {
	width: 101px;
	height: 35px;
	background:url(../img/navbar_intranet.jpg) no-repeat;

}



#projetos {
		text-indent: 19px;
}

#projetos a {
	width: 246px;
	height: 35px;
	background:url(../img/navbar_projeto.jpg) no-repeat;

}


#contato {
		text-indent: 18px;
}

#contato a {
	width: 135px;
	height: 35px;
	background:url(../img/navbar_contato.jpg) no-repeat;

}