﻿
.ulMenu
{
  list-style-type: none;
  border: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  text-decoration: none;
}
#mainMenu
{
  width: 157px;
  padding: 5px 0 0 9px;
  font-family: Tahoma;
  font-size: 12px;
  text-align:left;
}
#topoMenu
{
  background-image: url("/imagens/topofundo.png");
  background-repeat: repeat-x;
  height: 30px;
  text-align: center;
  padding: 8px 0 0 0;
}
#topoMenu span
{
  color: #ffffff;
  font-weight: bold;
}
.tipoMenu
{
  border: solid 1px #CCCCCC;
  background-color: #ffffff;
  padding: 3px 3px 3px 5px;
  font-weight: bold;
  color: #563874;
}
.tipoGeral
{
  background-color:#EAE6ED;
  border-left: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  padding: 3px 3px 3px 10px;
  color: #563874;
}