#menu {
	width: 744px;
	height: 44px;
	margin-bottom: 6px;
	padding: 0 5px;
	background: #036 url(../gifs/bg_menu.gif) no-repeat top left;
	color: #fff;
}
#menu span {
	display: none;/* ocultando data
	float: left;
	font-size: 90%;
	line-height: 40px;
	text-indent: 5px;*/
}
#menu ul { clear: none; float: right; font-size: 118%; }
#menu ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	border: 1px solid #369;
	background: #036 none;
	font-size: 80%;
}
#menu li {
	display: inline;
	float: left;
   position: relative;
	height: 30px;
	margin: 5px 0;
	border-right: 1px solid #003;
	border-left: 1px solid #08c;
}
#menu li.first { border-left: none; }
#menu li.last { border-right: none; }
#menu li.last a { padding-right: 10px; }
#menu li a {
	display: block;
	float: left; /*Needed for IE6 bug*/
	height: 36px;
	margin-top: -3px;
	padding: 0 8px;
	background-color: inherit;
	color: #fff;
	line-height: 36px;
}
html>body #menu li a { float: none; }
#menu li.selected { z-index: 0; }
#menu li.selected a { background-color: #069; }
#menu li.selected li a { background-color: #036; }
#menu li a:hover, #menu li.selected li a:hover, #menu li.over { background-color: #069; text-decoration: none; }
#menu li.over>a { background-color: #069; text-decoration: none; }
#menu li.over ul { display: block; }
#menu .sub-menu li {
	display: list-item;
	float: none;
	height: auto;
	margin: 0;
	border: none;
	border-bottom: 1px solid #369;
}
#menu .sub-menu li a {
	display: inline-block; /*Needed for IE6 bug*/
	float: none;
	height: 30px;
	margin: 0;
	padding-right: 25px;
	line-height: 30px;
	white-space: nowrap;
}
html>body #menu .sub-menu li a { display: block; }