#menu{

}
#menu ul{
	float: left;
	background-image: url(images/bar_fondo_1px.gif);
	background-repeat: repeat-x;
	width: 100%;
	display: block;
	background-position: left;
	left: 0px;
	background-color: #F8D583;
	position: absolute;
	top: 72px;
	margin: 0px;
	padding: 0px;
	height: 33px;
	}
#menu li{
	float:left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	
	line-height: 25px;

}
#menu li a{
	color:black;
	text-decoration:none;
	list-style-type: none;
	display: block;
	float: left;
	height: 33px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(images/bar_separador_1px.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	
}

#menu li a:hover{
    color: #FFFFFF;
	background-image: url(images/r_bar_fondo_1px.gif);
	background-repeat: repeat-x;
	height: 33px;
	
}
.activo{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
    color: #FFFFFF;
	background-image: url(images/r_bar_fondo_1px.gif);
	background-repeat: repeat-x;
	height: 33px;
	}
	
.fondo {
	background-image: url(images/bar_fondo_1px.gif);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	height: 33px;
	left: 0px;
	top: 0px;
}
.sobre {
	margin-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.sobre_sobre {
	margin-left: -45px;
	margin-top: 1px;
}

