ul.dropdown {
 border-top:1px solid #ececeb;
 border-bottom:1px solid #ececeb;
 display:block;
 width:100%;
}

	ul.dropdown li {
	 padding: 7px 12px;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #f3f3f2;
	}


	/* ----- END LEVEL */
	
	/* ----- Mapeamento Menu */
	#menu-1 #hover, #menu-2 #hover, #menu-3 #hover, #menu-4 #hover, #menu-5 #hover, #menu-6 #hover, #menu-7 #hover, #menu-8 #hover, #menu-9 #hover{
		text-indent:-9999px;
	}
	#menu-1 #hover{
		background-image:url(../img/menu.png);
		background-position:5px top;
		width:83px;
		height:32px;
		overflow:hidden;
	}
	#menu-1 #hover:HOVER{
		background-position:5px -34px;
	}
	#menu-2 #hover{
		background-image:url(../img/menu.png);
		background-position:-83px top;
		width:108px;
		height:32px;
		overflow:hidden;
	}
	#menu-2 #hover:HOVER{
		background-position:-83px -34px;
	}
	#menu-3 #hover{
		background-image:url(../img/menu.png);
		background-position:-195px top;
		width:106px;
		height:32px;
		overflow:hidden;
	}
	#menu-3 #hover:HOVER{
		background-position:-195px -34px;
	}
	#menu-4 #hover{
		background-image:url(../img/menu.png);
		background-position:-300px top;
		width:92px;
		height:32px;
		overflow:hidden;
	}
	#menu-4 #hover:HOVER{
		background-position:-300px -34px;
	}
	#menu-5 #hover{
		background-image:url(../img/menu.png);
		background-position:-389px top;
		width:106px;
		height:32px;
		overflow:hidden;
	}
	#menu-5 #hover:HOVER{
		background-position:-389px -34px;
	}
	#menu-6 #hover{
		background-image:url(../img/menu.png);
		background-position:-500px top;
		width:111px;
		height:32px;
		overflow:hidden;
	}
	#menu-6 #hover:HOVER{
		background-position:-500px -34px;
	}
	#menu-7 #hover{
		background-image:url(../img/menu.png);
		background-position:-610px top;
		width:91px;
		height:32px;
		overflow:hidden;
	}
	#menu-7 #hover:HOVER{
		background-position:-610px -34px;
	}
	#menu-8 #hover{
		background-image:url(../img/menu.png);
		background-position:-700px top;
		width:158px;
		height:32px;
		overflow:hidden;
	}
	#menu-8 #hover:HOVER{
		background-position:-700px -34px;
	}
	#menu-9 #hover{
		background-image:url(../img/menu.png);
		background-position:-860px top;
		width:105px;
		height:32px;
		overflow:hidden;
	}
	#menu-9 #hover:HOVER{
		background-position:-860px -34px;
	}
	
	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	 margin-left: 0px;
	 width: 230px;
	 padding:13px 6px;
	 background: url(../img/dropdown_pane.png) bottom left no-repeat;
	 font-size: 11px;
	 font-weight: normal;
	 font-size:2,64pt;
	 position:absolute;
	 border-top:1px solid #ececeb;
	}
	
	ul.dropdown li a { /* Moved from 'custom' section */
	 display: block;
	}

	
	/* ------------- Override default */
	
		ul.dropdown li {
		 padding: 0;
		}
	
	
	/* ------------- Reinitiate default: post-override activities  */
	

		ul.dropdown ul li {
		 background-color: transparent;
		 border-bottom:1px solid #ececeb;
		 margin:0px 10px 0px 20px;
		 text-indent:inherit;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

		ul.dropdown ul li.empty {
		 padding: 12px 0px 7px !important;
		 font-weight: bold;
		 border:none;
		}

		ul.dropdown ul a:link { 
			text-indent:inherit;
			text-decoration:none;
			padding:7px 0px 7px 0px;
		}
		ul.dropdown ul a:hover {  text-decoration: none;text-indent:inherit; padding:0px; }
		
		/* Especially for IE6 or lower */

		ul.dropdown ul a {
			text-decoration:none;
			padding:6px 0px 6px 2px;
			color:#000000;
			font-family:"Lucida Sans", Arial, sans-serif;
			position:relative;
		}
	
		ul.dropdown ul a:hover {
		 font-weight: bold;
		 padding-bottom:6px;
		 padding-top:6px;
		 color:#000000;
		 font-family:"Lucida Sans", Arial, sans-serif;
		}
ul.dropdown li:hover > ul {
 visibility: visible;
}
