.ddsmoothmenu {

width: 720px;

font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

font-size:13px;

background-color:#3D6B4F;





}



.ddsmoothmenu ul{

z-index:100;

margin-left: 0px; 

padding-left: 0px;

list-style-type: none; 

}



/*Top level list items*/

.ddsmoothmenu ul li{

position: relative;

display: inline;

float: left;

margin-right:0px;



}



/*Top level menu link items style*/

.ddsmoothmenu ul li a{

display: block;

padding: 0px 10px;

color: #fff;

text-decoration: none;font: 400 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;

background-image:url(../imagenes/men-brd.png); background-repeat:no-repeat; background-position:right;

}
.ddsmoothmenu ul li:last-child a { padding-right:0; background-image:none !important}

.ddsmoothmenu ul li.last a{ background-image:none}

	

.ddsmoothmenu ul li a:hover{

color: #91C306;}



* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/

display: inline-block; color:#fff; 

}







.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

color: #91C306; font-weight:bold;

}



	

/*1st sub level menu*/

.ddsmoothmenu ul li ul{

position: absolute; padding-top:9px;

left: 0; margin-top:0px; 

display: none; /*collapse all sub menus to begin with*/

visibility: hidden; background-color:#3D6B4F;

}



/*Sub level menu list items (undo style from Top level List Items)*/

.ddsmoothmenu ul li ul li{

display: list-item;

float: none; 



}



/*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{

font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;

width: 120px; /*width of sub menus*/

padding: 5px 5px 5px 15px; line-height:13px;

margin: 0;

color:#FFF; background-image:none;



}



.ddsmoothmenu ul li ul li a:hover{ color:#D2E57F}



/* 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;

background: #000;

}



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

opacity: 0.2;

}