ul {
	
	list-style-type: none;
	*margin-left:0px;
	/*margin-top:10px;*/
	padding: 0;
	background-image:url(images/rbcms1_02.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:218px;
	height:309px;
	}
	
	ul li {
	position: relative;
	}
	
	li ul {
	left: 0px;
	top: 0;
	display: none;
	position:relative;
	}
	
	ul li a {
	display: block;
	text-decoration: none;
	color: #f7fff1;
	width: 170px;
	*width: 173px;
	padding-top: 8px;
	/*padding-right: 2px;*/
	padding-bottom: 8px;
	padding-left: 3px;
	margin-left:34px;
}
	
	/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

body> a {width:170px;}
	
	ul li a:hover {
	display: block;
	color:#bf9831;
	background-color:#d3e4c4;
	}

	
	li:hover ul { display: block; }
	
li:hover ul ul, li.over ul ul { 
display:none; 
}

li:hover ul, li li:hover ul, li.over ul, 
li li.over ul { 
display: block; 
 /* Aqui a magica */
/*background:#7e8aab;*/
} 
	


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
	
body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

