.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 100%; /* Main Menu Item widths */
list-style-type: none;
font: bold 11px Verdana;
font-style:italic;
border:1px #939598 solid;
}

.ddsmoothmenu-v ul li
{
	position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a, .ddsmoothmenu-v ul li .menuBloque
{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #333333;
text-decoration: none;
padding: 5px;
/*
border-bottom: 0px solid #778;
border-right: 1px solid #778;
*/
border-bottom: 0px #B7B7B7 solid;
font: bold 11px Verdana;
text-decoration: none;
padding-right:10px;
}



.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #d6d6d6; /*background of menu items (default state)*/
color: #333;
text-decoration: none;
}


.ddsmoothmenu-v ul li a.selected, .ddsmoothmenu-v ul li .menuBloque.selected
{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #a70e13; 
color: #fff;
text-decoration: none;
}

.ddsmoothmenu-v ul li a:hover, .ddsmoothmenu-v ul li .menuBloque:hover
{
background: #a70e13; /*background of menu items during onmouseover (hover state)*/
color: #fff;
text-decoration: none;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 100%; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}


/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a, * html .ddsmoothmenu-v ul li .menuBloque { height: 100%; text-decoration: none; }
/* End */

