/*Drop Down Menu Styles*/
#ddmenu {
	/*background:url('../img/menubg.gif') repeat-x;*/
	background: url('img/angolo_menu.gif') no-repeat;
	/*background-color: #EEEFEF;*/
	margin: 0 0 0 15px;
	padding: 0;
	height:30px;
	width:700px;
}
	
#ddmenu li {	
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
}

#ddmenu li a {	
	background:url(images/top-dotted.gif) right no-repeat;
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	width: 70px;
	/*color: #fff;*/
	color: #6E7089;
	text-transform:uppercase;
	white-space: nowrap;
	text-align:center;
	margin-top: 3px;
}

#ddmenu li a:hover {	
	background: #DDD url(images/top-dotted.gif) right no-repeat;
	/*color: #fff;*/
}
	
#ddmenu li ul {	
	margin: 3px 0 0 10px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width:600px;
}

#ddmenu li ul li {	
	display:inline;*
}

#ddmenu li ul li a {
	width: auto;	
	background: url(images/bottom-dotted.gif) right no-repeat;
	display: inline;
	/*color: #d9d9d9;*/
	color: #6E7089; 
	/*font-size: 10px;*/
	font: 12px Tahoma, Arial;
	padding: 3px 10px;
}

#ddmenu li ul li a:hover {	
	background: #EEEFEF url(images/bottom-dotted.gif) right no-repeat;
	padding: 3px 10px;
}


