@charset "utf-8";
/* CSS Document */
#nav { z-index: 50; position: absolute; bottom: 0px; right: -5px }
#nav a { 
	display: block; 
	margin: 0px 5px 0 5px; 
	text-decoration: none; 
	background:url(../imagens/nav.gif); 
	width: 22px;
	height: 19px; 
	color:#FFFFFF; 
	font:12px Arial, Helvetica, sans-serif;
 	float: left;
	text-align: center;
}
#nav a.activeSlide { background:url(../imagens/nav2.gif); }
#nav a:focus { outline: none; }