table.menu
{
	
}

td.menu
{
	color: #FFFFFF; 	
	text-weight: bold;
	font-family: verdana;
	padding-right: 20px;
	font-size: 11pt;
	background-image: url("../imagens/layout/linha.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align:left;
}

a.menu:active,a.menu:visited,a.menu:link
{
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.titMenu {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url('../imagens/layout/barra_menu.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: left;
}