div#menu {

	width: 185px;

	float: left;

	margin-bottom: 5px;

}

div#menu li {

	display: block;

	list-style: none;

}

div#menu a {

	font-size: 85%;

	color: #4d4d4d;

	padding-left: 12px;

	line-height: 18px;

	text-decoration: none;

	background: #d0d0d0 url(../images/bground/bg-menu.gif) 0 0 no-repeat;

	height: 18px;

	width: 173px;

	display: block;

	outline: 0;

}

div#menu a.menu-top {

	background: #d0d0d0 url(../images/bground/bg-menu-top.gif) 0 0 no-repeat;

	height: 20px;

}

div#menu a.menu-bottom {

	background: #d0d0d0 url(../images/bground/bg-menu-bottom.gif) 0 0 no-repeat;

	height: 20px;

} 

div#menu a:hover {

	color: #f15922;

}

div#menu .accordion a {

	color: #4d4d4d;

	background: #efefef url(../images/bground/bg-menu-segundo-level.gif) 0 0 no-repeat;

}

div#menu .accordion a:hover {

	color: #f15922;

}