.ddsmoothmenu{
font: 80%/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
float:left; 
padding:0;
/*border-top: 1px solid #FAEDBE;*/
margin:72px 0 0 222px;
letter-spacing:-0.02em;
}

.ddsmoothmenu ul{
position: relative;

margin: 0;
padding:0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
float:left;

	position:relative;

	width:auto;

	margin:0;
   
	background:transparent; 

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
color:#fff;

	display:block;

	font-weight:bold;

	font-size:12px;

	padding:13px 18px;

	/*background:#4c4c4c;*/ 
	margin:0 1px;
}

@media screen and (max-width: 800px)  {
.ddsmoothmenu{
font: 80%/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
float:left; 
padding:0;
/*border-top: 1px solid #FAEDBE;*/
margin:3% 0 0 3%;
letter-spacing:-0.02em;
}

.ddsmoothmenu ul{
position: relative;

margin: 0;
padding:0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
float:left;
	position:relative;

	width:auto;

	margin:0;
   
	background:transparent; 

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
color:#FF7F00;

	display:block;

	font-weight:bold;

	font-size:95%;

	margin:0 1px;
}
div.header div.ddsmoothmenu ul li a.activo{
color:#FF7F00;	}

img{max-width:80%;}

}

div.header div.ddsmoothmenu ul li a.activo{
color:#fff;

	background:#FF7F00;
}


* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	background:#4c4c4c;
	
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: #FFF;/*CSS class menu*/
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #FF7F00; 
	color: #FFF;
}

.ddsmoothmenu ul li a:hover{
	background: #FF7F00; /*background of menu items during onmouseover (hover state)*/
	color: #FFF;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	left:0;
	position:absolute;
    top:45px; 
	display: none; /*collapse all sub menus to begin with*/



}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;

}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width:137px;
	background:#4c4c4c;;
	color:#fff;

	display:block;

	font-weight:normal;

	padding:5px 10px;
	 } 

.ddsmoothmenu ul li ul li a:hover {

	background:#FF7F00 !important; } 

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

		
.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
 }



.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}