#menuPrincipal table tr td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
#menuPrincipal a{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#menuPrincipal a:visited{
	color: #000000;
	text-decoration: none;
}
#menuPrincipal a:hover{
	color: #008000;
	text-decoration: none;
}

.barra {
	list-style: none;
	padding-left: 9px;
	height: 22px;
	color: #B2B2B2;
	width: 140px;
}
#menuSecundario{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7D889E;
	line-height: 22px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABD665;
	width: 136px;
}
#menuSecundario a{
	color: #000000;
	text-decoration: none;
}
#menuSecundario a:hover{
	color: #008000 ;
	text-decoration: none;
}
#sub a{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
	margin: 0 0 5px 2px;
}
#sub a:visited{
	color: #000000;
}
#sub a:hover{
	color: #008000;
}

#menuPartes {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #333333;;
}

#menuPartes .titulo{

    border-bottom-width: 1px; 
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-bottom: 1px
}

#menuPartes a {
	color: #006699;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	float: left;
	width: 150 px;
}

#menuPartes a:hover{
	color: #ffffff;
	text-decoration: none;
}

.bordas {
	width: 137px;
	background-image: url(../imagens/menu/fundo_submenu.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: double;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	border-top-width: 1px;
	border-top-style: double;
}
