<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ddsmoothmenu-v ul{
z-index:90000;
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
top: 0;
visibility: hidden;
z-index:99000;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */</pre></body></html>