body {
	font-family: arial, helvetica, serif;
	font-size: 13px;
}

#menu, #menu ul { /* all lists */
	padding: 1px;
	margin: 1px;
	list-style: none;
}
#menu li { /* all list items */
	font-family: "Trebuchet MS";
	background-color: #C6C6C6;
	position : relative;
	line-height : 2em;
	margin-bottom : 5px;
	font-size: 0.8em;
}

#menu ul li{
	background-color: #E8E8E8;
	margin-bottom : 2px;
	background-image:    url(../images/seta.gif);
	background-repeat: no-repeat;
	background-position:  left center;
	padding-left: 10px;
	font-size: 0.8em;
}

#menu li a {
	color : #000;
	font-weight : bold;
	text-decoration : none;
	text-align: left;
	padding-left: 3px;
}

#menu li a:hover {
	color : #A00;
	text-decoration : underline;
}