.ddsmoothmenu{
font: 13px Arial;
font-weight:600;
background:none; /*background of menu bar (default state)*/
width: 110%;

}


.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
padding-bottom:5px;
/*border:1px solid #000;*/
width:112px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background:none; /*background of menu items (default state)*/
padding: 6px 15px;
padding-right:0px;
color: #666;
text-decoration: none;
width:112px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
padding-right:0px;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #369;
background:none;
padding-right:0px;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #333;
padding-right:0px;
}

.ddsmoothmenu ul li a:hover{
padding-right:0px;
color: #333;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background: #fff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
background:#F8F8F8;
background-image:url(../imagenes/arrow1b.png);
background-position:left;
background-repeat:no-repeat;
border:3px solid #fff;
padding-bottom:0px;
width: 158px; /*width of sub menus*/
}


/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 12px Verdana;
width: 145px; /*width of sub menus*/
background:#F8F8F8;
color:#333;
border-right: 3px solid none;
}

.ddsmoothmenu ul li ul li a:hover{
background:#fff;
color:#000;
background-image:url(../imagenes/arrow2b.png);
background-position:left;
background-repeat:no-repeat;
}

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


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



.li90:hover {
 background-image:url(images/base90.png);
 background-position:left;
 background-repeat:no-repeat;
}
.li95:hover {
 background-image:url(images/base95.png);
 background-position:left;
 background-repeat:no-repeat;
}
.li100:hover {
 background-image:url(images/base100.png);
 background-position:left;
 background-repeat:no-repeat;
}
.li110:hover {
 background-image:url(images/base110.png);
 background-position:left;
 background-repeat:no-repeat;	
}
.li115:hover {
 background-image:url(images/base115.png);
 background-position:left;
 background-repeat:no-repeat;	
}
.li120:hover {
 background-image:url(images/base120.png);
 background-position:left;
 background-repeat:no-repeat;	
}
.li105:hover {
 background-image:url(images/base105.png);
 background-position:left;
 background-repeat:no-repeat;	
}