dl, dt, dd, ul, li {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}

#menu {
	position: relative; 
	top: 0; 
	left: 0; 
}

dl#menu {
	width: 100%; 		
}
	
dl#menu dt {
	cursor: hand; 
	margin: 1px 0; 
	height: 18px; 
	line-height: 18px; 
	background: #969593;
	padding-left: 20px;
	padding-bottom: 2px;
	color: #ffffff;
	width: 190px;
	background-image: url(../Images/ponto_verde.gif);
	background-repeat: no-repeat;	
}

dl#menu dd 
{
	/* border: 1px solid gray; 
	background-color: #F7B500; */
}

dl#menu li 
{
	text-align: left; 
	background: #969593; 
	padding-left: 4px;
	padding-top: 2px;
	line-height: 20px; 	
	width: 173px;
}
	
dl#menu li a, dl#menu dt a 
{
	color: #fff; 
	text-decoration: none; 
	display: block; 
	border: 0 none; 
	height: 100%; 	
}

dl#menu li a:hover, dl#menu dt a:hover 
{
	background: #CECECE; 
}

dl#menu .submenu_a
{
	padding-left: 28px;
	background: #969593;
	font-weight: bold;
	font-size: 10px;
}

dl#menu .submenu_a:hover
{
	padding-left: 28px;
	background: #969593; 
	color: #213663;
	font-weight: bold;
	font-size: 10px;
}