/* Menu */

#menu-main {
	clear: both;
	font-size: 0.85em;
	margin-top: 0;
	position: relative;
	z-index: 999;
}

#menu-main ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu-main table {
	border-collapse: collapse;
	margin: 0 auto;
}

#menu-main table ul {
	width: 150px;
	background-color: #000;
	opacity:.70;
	filter: alpha(opacity=70);
}

#menu-main td {
	position: relative;
	background: transparent url(../images/bj-menu-main-separator.gif) no-repeat right 4px;
	white-space: nowrap;
}

#menu-main td td {
	white-space: normal;
}

#menu-main td.separator {
	border: 1px solid #ccc;
	width: 1px;
}

#menu-main li {
	float: left;
	width: 150px;
	position: relative;
	background: transparent url(../images/ro-menu-main-separator.gif) no-repeat right 6px;
}

#menu-main li a.no-click {
	cursor: default;
}

#menu-main ul li {
	background-image: none;
	white-space: normal;
}

#menu-main a, 
#menu-main a:visited {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	color: #1018B6; 
	height: 30px; 
	/*border: 1px solid transparent; 
	border-width: 1px; */
	/*background: #758279; */
	line-height: 29px;
	text-align: left;
	padding: 0 10px;
}

#menu-main ul a, 
#menu-main ul a:visited {
	width: 150px; 
	padding: 0;
}

#menu-main table table {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: auto;
}

#menu-main table table td {
	background-image: none;
	width: auto;
}

#menu-main table ul {
	visibility: hidden;
	width: 150px;
	position: absolute;
}

* html #menu-main table ul {
	/*top: 0px;*/
}

#menu-main table ul a,
#menu-main table ul a:visited {
	/*background: #d4d8bd; */
	color: #fff; 
	height: auto; /* para anular o height anterior */
	line-height: 1em; 
	padding: 5px 10px; 
	width: 130px;
	font-weight: normal;
}

/* IE 6 */
#menu-main a:hover {
	color: #fff; 
	/*background: #4C4C4C;*/
	background: #4C4C4C url(../images/ro-menu-ul-bg.gif) repeat-x left top;
}

#menu-main table ul a:hover {
	color: #000; 
	background: #999999;
	font-weight: bold;
}
/* end: IE 6 */


#menu-main :hover > a {
	color: #FDCF16;
	/*background: #4C4C4C;*/
	background: #4C4C4C url(../images/ro-menu-ul-bg.gif) repeat-x left top;
}

#menu-main table ul :hover > a {
	color: #000;
	background: #999999;
}

#menu-main table td:hover ul,
#menu-main table a:hover ul {
	visibility: visible;
	height: auto;
}


