.mnuTitulo
{
	font-weight: bold;
	font-size: 11px;
	background-attachment: fixed;
	background-image: url(../img/fundo2.JPG);	
	background-repeat: repeat;
	cursor: default;
	color: white;
	font-family: 'Microsoft Sans Serif' , Arial;
	text-transform: lowercase;
}

.mnuBody
{
	font-size: 11px;
	background-color: WHITE;
	text-transform: lowercase;
	cursor: default;
	color: navy;
	font-family: 'Microsoft Sans Serif' , Arial;	
}

.mnuBodyOver
{
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 11px;
	border-bottom-width: 1px;
	cursor: default;
	color: white;
	font-family: 'Microsoft Sans Serif' , Arial;
	background-color: silver;
	border-right-width: 1px;
	text-transform: lowercase;	
}

.mnuBorda
{
	
	border-right: 1px ridge;
	border-top: 1px ridge;
	font-size: 11px;
	border-left: 1px ridge;
	border-bottom: 1px ridge;
	background-color: white;

}