#menu {
	width: 100%;
	font: bold 9.5pt Verdana;
	border-top: 1px solid white;
	background: #ba3d75 url(../imagens/botaoBgOff.gif) repeat-x top;
	float: left;
}

#menu .h2a { /* adicionado por darkscrolls */
	background: #ba3d75 url(../imagens/botaoBgOff.gif) repeat-x top;
}

#menu .h2a:hover { /* adicionado por darkscrolls */
	background: #ba3d75 url(../imagens/botaoBgOver.gif) repeat-x top;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 9em;
	float: left;
	border-right: 1px solid white;
}

#menu a,#menu h2 {
	display: block;
/*	border-right: 1px solid white;*/
	margin: 0;
	padding: 3pt 5pt;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	cursor: pointer;
}

#menu h2 {
	color: #fff;
	background: #000;
	background: #ba3d75 url(../imagens/botaoBgOff.gif) repeat-x top;
}

#menu h2:hover {
	color: #fff;
	background: #000;
	background: #ba3d75 url(../imagens/botaoBgOver.gif) repeat-x top;
}

#menu a {
	color: white;
	background: #d5709d;
	text-decoration: none;
}

#menu a:hover {
	background: #dc9fba;
}

#menu li {
	position: relative;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

div#menu ul ul {
	display: none;
}

div#menu ul li:hover ul {
	display: block;
}

div#menu ul ul,div#menu ul li:hover ul ul,div#menu ul ul li:hover ul ul
	{
	display: none;
}

div#menu ul li:hover ul,div#menu ul ul li:hover ul,div#menu ul ul ul li:hover ul
	{
	display: block;
}

body {
	behavior: url(csshover.htc);
}

#fimMenu {
	width: 100%;
	height: 3px;
	font-size: 3px;
	background-color: #ffffff;
	border-bottom: 1px solid #b70053;
	float: left;
}