body {font: normal 12px arial,helvetica,sans-serif; font-family: arial,helvetica,sans-serif;}

#todo {
width:200px; /* Informo o tamanho do layout*/
margin:0 auto; /* Zero as margens*/
}

#all {
width:200px; /* Informo o tamanho do layout*/
height:400px; /* Zero as margens*/
background-color:transparent;
}

#setinhas {
	position:absolute;
	width:13px;
	height:244px;
	z-index:10;
	background-color:transparent;
	top: 6px;
	left: -12px;
	}
	
	#l1 {
	position:absolute;
	width:145px;
	height:1px;
	z-index:10;
	background-color:transparent;
	top: 20px;
	left: 11px;
	}
	#l2 {
	position:absolute;
	width:145px;
	height:1px;
	z-index:10;
	background-color:transparent;
	top: 45px;
	left: 11px;
	}
	#l3 {
	position:absolute;
	width:145px;
	height:1px;
	z-index:10;
	background-color:transparent;
	top: 70px;
	left: 11px;
	}
	#l4 {
	position:absolute;
	width:145px;
	height:1px;
	z-index:10;
	background-color:transparent;
	top: 97px;
	left: 11px;
	}
	#l5 {
	position:absolute;
	width:145px;
	height:1px;
	z-index:10;
	background-color:transparent;
	top: 122px;
	left: 11px;
	}
	#l6 {
	position:absolute;
	width:145px;
	height:1px;
	z-index:10;
	background-color:transparent;
	top: 148px;
	left: 11px;
	}
	#l7 {
	position:absolute;
	width:145px;
	height:1px;
	z-index:10;
	background-color:transparent;
	top: 175px;
	left: 11px;
	}
	#l8 {
	position:absolute;
	width:145px;
	height:1px;
	z-index:10;
	background-color:transparent;
	top: 200px;
	left: 11px;
	}
	#l9 {
	position:absolute;
	width:145px;
	height:1px;
	z-index:10;
	background-color:transparent;
	top: 227px;
	left: 11px;
	}
	#l10 {
	position:absolute;
	width:145px;
	height:1px;
	z-index:10;
	background-color:transparent;
	top: 253px;
	left: 11px;
	}
	#l11 {
	position:absolute;
	width:145px;
	height:1px;
	z-index:10;
	background-color:transparent;
	top: 198px;
	left: 11px;
	}
		
	
	#itens {
	position:absolute;
	width:155px;
	height:253px;
	z-index:9;
	background-color:transparent;
	top: 16px;
	left: 28px;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px; /* Width of Menu Items */
	
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 139px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ffffff;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover {font-weight:bold;} /* Hover Styles */
		
li ul li a { color: #ffffff; padding: 5px 5px; background: #F60;} /* Sub Menu Styles */

li ul li a:hover {  color: #ffffff; background: #F44F17;}
		
li:hover ul, li.over ul {display: block; } /* The magic */

