/* menu de fundo */
ul.menuBottom, ul.menuBottom ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	color:#FFFFFF;
}

ul.menuBottom{
	text-align: center;
	margin: 0px;
}

ul.menuBottom a {
  text-decoration: none;
  font-size: 10px; 
  color:#FFFFFF;
}

ul.menuBottom a:hover, ul.menuBottom a.selected {
  text-decoration: underline;
}

ul.menuBottom li {
	display: inline; /* Menu links are horizontally aligned using display: inline */
}


/* menu da esquerda */
/*
#conteudos ul.menuLeft, #conteudos ul.menuLeft ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 188px;
}

#conteudos ul.menuLeft a {
	display: block;
	text-decoration: none;
	color: #007a8e;
	font-size: 12px;
	font-weight: 700;
}

#conteudos ul.menuLeft li {
  margin:0px;
}

#conteudos ul.menuLeft li a {
	text-decoration: none;
	color: #007a8e;
	font-size: 12px;
	padding-top:8px;
	padding-bottom:9px;
	padding-left: 25px;
	outline: none;
}

#conteudos ul.menuLeft li a:hover,#conteudos ul.menuLeft li a.selected {
	color:#ffffff;
  	background-image:url(../imagens/menuTextHover_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#conteudos ul.menuLeft li ul li a {
	padding:0px;
	padding-left: 37px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	font-weight: 700;
}

#conteudos ul.menuLeft li ul li a:hover, #conteudos ul.menuLeft li ul li a.selected{
  background: none;
  color:#747474;
}*/

.menuLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
	/*border-bottom: 1px solid #ccc;*/
	}

.menuLeft ul li {
	position: relative;
}

.menuLeft ul li sup{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1px;
	font-size: 9px;
}
	
.menuLeft li ul {
	position: absolute;
	left: 180px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	background-color: #e6e6e6;
	border-left: 2px solid #FFFFFF;
	padding-top:4px;
	padding-bottom: 4px;
}

/* Styles for Menu Items */
#conteudos .menuLeft ul li a {
	font-size:10px;
	color:#999999;
	display: block;
	text-decoration: none;
	color: #777;
	background: #e6e6e6; /* IE6 Bug */
	padding: 0px;
	padding-left:15px;
	border-bottom: 2px solid #ffffff; /* IE6 Bug */
}

#conteudos .menuLeft ul li a:hover, #conteudos .menuLeft ul li a.selected{
	color:#0092A7;
}

#conteudos .menuLeft ul li ul a.ultimo{
	/*border-bottom: 0px; /* IE6 Bug */
}

/* Styles for SubMenu Items */
#conteudos .menuLeft ul li ul a {
	padding-left:3px;
	margin-left:9px;
	margin-right:9px;
	border-bottom: 1px solid #d6d7d6; /* IE6 Bug */
}


/* Holly Hack. IE Requirement \*/
* html .menuLeft ul li { float: left; height: 1%; }
* html .menuLeft ul li a { height: 1%; }
/* End */

.menuLeft li:hover ul, .menuLeft li.over ul { display: block; } /* The magic */

