/* NOVO */ 

	#menuBox ul
	{
		width: 183px;
		margin: 0;
		padding: 0;
		list-style-type: none;
		z-index: 2;
	}
	

	#menuBox ul li
	{
		position: relative;
		background: red;
	}


/*Sub level menu items */

	#menuBox ul li ul
	{
		position: absolute;
		width: 170px; /*sub menu width*/
		top: 0;
		visibility: hidden;
		border: 0
	}


/* Sub level menu links style */

	/* MENU PRINCIPAL */
	
		#menuBox ul li a
		{
			height: 20px;
			padding: 0 0 0 20px;
			display: block;
			overflow: auto; /*force hasLayout in IE7 */
			text-decoration: none;
			background: url(../images/marcador_menu.gif) no-repeat 8px #f7f7f7;
			line-height: 20px;
			border: 0;
			white-space:nowrap;
		}
	
	
		#menuBox ul li a:visited
		{
		}
		
		#menuBox ul li a:hover
		{
			background:#173B87 url(../images/marcador_menu_hover.gif) no-repeat 8px; 
			color:#fff ;
			font-weight:bold;

		}

	
	/* SUBMENU */ 
	
		#menuBox ul li ul li a
		{
			height: 20px;
			width:180px !important;
			padding: 0 0 0 20px;
			display: block;
			overflow: auto; /*force hasLayout in IE7 */
			text-decoration: none;
			background:#173B87 url(../images/marcador_menu_hover.gif) no-repeat 8px; 
			color:#fff ;
			line-height: 20px;
			border: 0;
			white-space:nowrap
		}
	
	
		#menuBox ul li ul li a:hover
		{
			/*background: url(../images/marcador_menu.gif) no-repeat 8px #f7f7f7;*/
			color: #fff;
			font-weight:bold;
			overflow:hidden;
		}





	.menu_over
	{
			background:#173B87 url(../images/marcador_menu_hover.gif) no-repeat 8px !important; 
			color:#fff !important;
	}

#menuBox .subfolderstyle{
/*background: url(arrow-list.gif) no-repeat center right;*/
}

/* tirar se preciso 
*+html #menuBox ul li a {
width: 100%;
}*/
	
/* Holly Hack for IE \*/
* html #menuBox ul li { float: left; height: 1%; }
* html #menuBox ul li a { height: 1%; }
/* End */
