/****************** MENU DIVERSOS DIREITO ********************/

#expand li{
	background:#C5DBF5;
	border:3px #CCC solid;
	width:135px;
	/*height:200px;*/
	margin-top:10px;
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	
#expand {
	
	}

#expand li h2{
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#0052A4;
	font-weight:bold;
	margin-top:3px;
	}

#expand li p{
	text-align:left;
	font:10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	padding:5px;
	}
/*
#expand li:nth-child(even) {background:#9C0;}
#expand li:nth-child(odd) {background:#FF0;}
*/
