* {
	margin:0;
	padding:0;
}
#topo {
	width:100%;
	height:28px;
}
#menu {
	height:25px;
	float:right;
}
#menu li {
	list-style-type:none;
	display:inline;
}
#menu li a {
	width:70px;
	height:20px;
	font-family:tahoma;
	font-size:11px;
	color:#fff;
	background:#000000;
	text-align:center;
	text-decoration:none;
	outline:none;
	padding-top:5px;
	margin-left:20px;
	display:inline;
	float:left;
}
#menu li a:hover {
	background:#CCCCCC;
	color:#000;
}

#home #topo #menu li .home, #trab #topo #menu li .trab, #curr #topo #menu li .curr, #cont #topo #menu li .cont{
	background:#CCCCCC;
	color:#000;
}