ul li {
	position: relative;
	background-repeat: repeat-y;
	background-image: url(../imagens/fundo_menu_esquerdo.gif);
	}
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width: 170px;
	background-repeat: repeat-y;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #006699; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
* html ul li a { height: 1%; }
/* End */

ul li a:hover {
	color: #000033;
	background-color: #d4f4fc;
} /* Hover Styles */
.COMsubitem {
	background-image: url(iconplus.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
}
		
li ul li a {
	padding: 2px 5px;
	background-color: #E2EBEE;
	font-weight: bold;
} /* Sub Menu Styles */
		
li:hover ul, li.over ul {
	display: block;
	background-color: #d4f4fc;
	color: #000033;
} /* The magic */
ul li a.COMsubitem:hover {
	color: #000033;
	background-color: #d4f4fc;
	background-image: url(iconplus.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.subitens_secundarios {
	display: block;
	font-size: 10px;
	color: #666666;
	border: 1px solid #DCE5E7;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
	background-repeat: repeat-y;
	width: 150px;
}
* html ul li {
	float: left;
	height: 1%;
}
.COMnovo {
	background-image: url(iconnovo.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: right;
}
.COMdestaque {
	display: block;
	background-color: #d4f4fc;
}
ul li a.COMnovo:hover {
	color: #000033;
	background-color: #d4f4fc;
	background-image: url(iconnovo.gif);
	background-repeat: no-repeat;
	background-position: right;
}
