.ddsmoothmenu{
	width: 10%;
	text-align: left;
	position: fixed;
	right: 0px;
	height: 60px;
	padding-top:60px;
	background-image: url(imagenes/fondo-barra-menu.png);
	background-repeat: no-repeat;
	background-position: 1px 55px;
	color:#3777BB;
	z-index:200;
	display:none !important;
}
.ddsmoothmenu ul{

z-index: 100;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color:#3777BB;
	margin-left:5px;
}
/*Top level list items*/
.ddsmoothmenu ul li{
	
position: relative;
	display: inline;
	float: left;
	color: #3777BB;
	height: 32px;
	border-right: 2px solid #8DBD3F;
}

/*Top level menu link items style*/
/*fuente de los textos del MENU PRINCIPAL*/
.ddsmoothmenu ul li a{
	font-size: 14px;
	display: block; /*fondo del menu*/
	padding: 12px 12px; /*espacio entre items del menu principal*/
	margin-left:1px;
	text-decoration: none;
	/*define la caj de los bordes, eneste caso dejo el borde izq en 0*/
	border-left-width:0px;
	border-left-style: solid;
	border-left-color: #FFF;
	color:#3777BB;	
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	color:#3777BB;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{ /*color de las letras del menu principal y fondos de menús*/
	color:#3777BB;
	/*background-color:#E6E6E6;*/
	/*coneste padding defino el interlineado de los ul y los li*/
	padding-top: 10px;
	padding-bottom: 5px;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #666;	/*background-color: #FFF;*/
	
}

.ddsmoothmenu ul li a:hover{
	/*background: #FFF;	background of menu items during onmouseover (hover state)*/
	color:#FFF;
	text-decoration: none;	
	
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 12;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background-color: #8DBD3F;
	margin-top:8px;
	opacity: 0.2;
	/* for IE */
  	filter:alpha(opacity=90);
 	 /* CSS3 standard */
  	opacity:0.9;
  	 /*other*/
 	 -moz-opacity: 0.9; 
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	color:#3777BB;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 10;
color:#3777BB;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font: 14px Arial, Helvetica, sans-serif;/*background of menu bar (default state)  #2F59A8;*/
	width: 180px; /*width of sub menus*/
	padding: 12px;
	margin: 0;
	margin-left:1px;
	border-top-width: 10;
	border-bottom: 0px solid #FFF;
	
}

/* 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: 7px;
right: 1px;
}

.rightarrowclass{
position: absolute;
top: 9px;
right: 1px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: gray;
}

.toplevelshadow{ /*shadow opacity*/
opacity: 0.2;
	/* for IE */
  filter:alpha(opacity=20);
  /* CSS3 standard */
  opacity:0.2;
   /*other*/
  -moz-opacity: 0.2; 

}