.menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 20px;
}
.menu a {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
	background-image: url(../images/padrao/seta.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.menu a:hover {
	font-weight: bold;
	color: #66CCCC;
}


.menu ul {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	width: 180px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
