/* CSS Document */
ul{
		list-style:none;
	
	}
	
	li ul {
		position: absolute;
		margin-left:140px;/*165px; /* Set 1px less than menu width */
		top: 0px;
		background-image:url(../../images/hover.gif);
		background-repeat:no-repeat;
		display: none;
		width: 256px;
		height: 94px;
		margin-top:12.5em;
	
		
	}
	
	/* Fix IE. Hide from IE Mac \*/
	*  html ul li {
		float: left;
		height: 1%;
	}
	*  html ul li a {
		height: 1%;
	}
	/* End */
	
	 li ul li {
		width: 100%;
		color:#FFFFFF;
		font-size:13px;
		font-weight:bold;
		margin-left:20px;
		margin-top:5px;
		padding-top:6px;
		/*height: 30px!important;*/
		/*margin: 0 0 .4em 0;*/
	}
					
	 li ul li a { 
		color: #fff;
		font-weight: bold;
		text-decoration:none;
		/*background-color: #A8234E;*/
		/*padding: 5px 5px;*/
		/*margin-left: 5px;
		margin-bottom: 0px; /*submenu fica emendado*/
		
	} /* Sub Menu Styles */
	
	 li ul li a:hover { 
			text-decoration:underline;
		
	}
			
	 li:hover ul,  li.over ul { 
		display: block;
	} /* The magic */
	
/***************************************************************************************/

/* CSS Document */
#menu2{
		list-style:none;
	
	}
	
	li #menu2 {
		position: absolute;
		margin-left:140px;/*165px; /* Set 1px less than menu width */
		top: 0px;
		background-image:url(../../images/hover.gif);
		background-repeat:no-repeat;
		display: none;
		width: 256px;
		height: 94px;
		margin-top:16.7em;
	
		
	}
	
	/* Fix IE. Hide from IE Mac \*/
	*  html #menu2 li {
		float: left;
		height: 1%;
	}
	*  html #menu2 li a {
		height: 1%;
	}
	/* End */
	
	 li #menu2 li {
		width: 100%;
		color:#FFFFFF;
		font-size:13px;
		font-weight:bold;
		margin-left:20px;
		margin-top:13px;
		padding-top:6px;
		/*height: 30px!important;*/
		/*margin: 0 0 .4em 0;*/
	}
					
	 li #menu2 li a { 
		color: #fff;
		font-weight: bold;
		text-decoration:none;
		/*background-color: #A8234E;*/
		/*padding: 5px 5px;*/
		/*margin-left: 5px;
		margin-bottom: 0px; /*submenu fica emendado*/
		
	} /* Sub Menu Styles */
	
	 li #menu2 li a:hover { 
			text-decoration:underline;
		
	}
			
	 li:hover #menu2,  li.over #menu2 { 
		display: block;
	} 	

