/* menu::base */
div#BannerTopo_2011 {
	clear:both; width:961px; height:59px;
	}

div#menu {
    background-image:url(../imagens/img-fundo-menu.jpg); width:925px; height:34px;
	padding:0px 12px 0px 12px;
}
div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 0px;
}
div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}
div#menu a {
    position: relative;
    z-index: 10;
    height: 24px;
    display: block;
    float: left;
    line-height: 12px;
    text-decoration: none;
   	font:11px Arial;
	padding:0 10px;
}
div#menu a:hover, div#menu a:hover span { text-decoration:underline; }
div#menu a:hover { text-decoration:underline; }
div#menu li.current a {}
div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
}
/* menu::level1 */
div#menu a {
    padding: 0 12px 0 13px;
    line-height: 16px;
    color: #505050;
}
div#menu span {
    margin-top: 8px;
	color: #505050;
}
div#menu ul a:hover span {
	text-decoration:underline;
}
div#menu ul ul span {
	color: #666;
}
div#menu ul ul a:hover span {
	text-decoration:underline;
}
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background-color:#B20000; border:1px solid #f0f0f0 }
div#menu ul ul {
    position: absolute;
    top: 23px;
    left: -999em;
    width: 163px;
	background-image:url(../imagens/submenu.png);
	background-repeat:repeat-x;
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0 0 0 5px;
    height: auto;
    float: none;
    display: block;
    line-height: 18px;
    color: #505050;
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 5px;
    _padding-right: 5px;
    color: #505050;
}
div#menu ul ul a:hover span {
    text-decoration:underline;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}
/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -20px 0 0 163px !important;
    margin-left:172px;
}
/* colors */
div#menu ul ul ul { background-image:url(../imagens/submenu.png); background-repeat:repeat-x; }
div#menu ul ul ul ul { background-image:url(../imagens/submenu.png); background-repeat:repeat-x; }
div#menu ul ul ul ul { background-image:url(../imagens/submenu.png); background-repeat:repeat-x; }

/* lava lamp */
div#menu li.back {
    width: 13px;
    height: 24px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    height: 24px;
    margin-right: 8px;
}

#menu .divisoria { float:left; margin:5px 1px 0px 1px; width:1px; height:20px; line-height:10px; background:#ccc; border-right:1px solid #fff;}
