@charset "utf-8";
/* CSS Document */

  

body#home a#ho,
#nav  a.corrente
{
	cursor: default;
	background-color: #900079;
	color: #fff;
	}

body#pagina-um a#p1
{
	cursor: default;
	background-color: #2C53A0;
	color: #fff;
	}
	
body#pagina-dois a#p2
{
	cursor: default;
	background-color: #97B732;
	color: #fff;	
	}
    
	body#pagina-tres a#p3
{
	cursor: default;
	background-color: #DADF3F;
	color: #fff;
	
	}
	
    
#nav1 {
	float: left;
	margin-top: 14px;	
}


#nav2 {
	float: right;
}
#nav {
	width: 412px;
	margin-left: 25px;
}


#nav #pg1 {
	clear: both;
	float: left;
	width: 191px;
	margin-bottom: 8px;
	height: 20px;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: center center;
}


 #nav #pg2 {
	clear: both;
	float: left;
	width: 191px;
	height: 20px;	
}

 #nav #pg3 {
	clear: both;
	float: right;
	width: 221px;
	margin-bottom: 8px;
	height: 20px;
}


 #nav #pg4{
	clear: both;
	float: right;
	width: 221px;
	height: 20px;
}


#nav  a, #nav  a:link {
	display: block;
	background-color: #E1007A;
	color: #fff;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	height: 20px;
	}
#nav  a:hover {
	background-color: #CCC;
	color: #fff;
	}

	

	
	#nav ul li
	{
	list-style-type: none;		
		}
