
/* listas */

#dropdown {	font: .9em Tahoma, Arial, Helvetica, sans-serif; letter-spacing: .1em;}

#dropdown,
#dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 170px;
	background: #fff;
}

#dropdown ul {
	position: absolute;
	top: 0;
	left: 170px;
	display: none;
}

/* itens das listas */

#dropdown li {
	width: 169px;
	margin: 0 0 1px 0;
	position: relative;
}

/* ancoras */

#dropdown a {
	display: block;
	line-height: 2em;
	margin-right: 1px;
	padding-left: .5em;
	text-decoration: none;
}

/* especificidades das ancoras do menu e submenus */

#dropdown li a { background: #EFEFE5; color: #0B2555; }
#dropdown li a:hover,
#dropdown li a:focus { background: #D0DEE2; }

#dropdown li ul li a { background: #D0DEE2; }
#dropdown li ul li a:hover,
#dropdown li ul li a:focus { background: #EFEFE5; }

#dropdown li ul li ul li a { background: #EFEFE5; }
#dropdown li ul li ul li a:hover,
#dropdown li ul li ul li a:focus { background: #CADBF8; }

#dropdown li:hover>a { background: #D0DEE2; }
/*
#dropdown li ul li:hover>a { background: #D0DEE2; }
#dropdown li ul li ul li:hover>a { background: #D0DEE2; }
*/

#dropdown li a.seta{
	background-image: url(../_imagens/14.png);
	background-repeat: no-repeat;
	background-position: 97% center;
}

#dropdown li a.bg{background-color: #D0DEE2;}

