.ddsmoothmenu-v ul { margin: 0; padding-left:0; width: auto; /* Main Menu Item widths */ font: bold 11px Arial; background: #D4E1E9 }

.ddsmoothmenu-v ul li { position: relative; list-style-type: square; color: #0074C1; list-style-position: inside; margin: 0px 0 0 10px; background: #D4E1E9; border-bottom: solid 1px white; padding: 6px 0; }

/* Top level menu links style */
.ddsmoothmenu-v ul li a { display: block inline; overflow: auto; /*force hasLayout in IE7 */ color: #006DAE; z-index: 50; }


/*Sub level menu items */
.ddsmoothmenu-v ul li ul { position: absolute; width: auto; /*Sub Menu Items width */ top: 0; font-weight: normal; padding-right: 10px; visibility: hidden; height: auto; }

.ddsmoothmenu-v ul li ol li {   height:1%; list-style-image: url("../../pic/web/theme/listbg.gif"); border:none}
.ddsmoothmenu-v ul li ol li a{ padding-left:10px;}
.ddsmoothmenu-v ul li ul li {  background: white; background: #D4E1E9; border: none;padding: 5px 0; list-style-type: none }
.ddsmoothmenu-v ul li ul li a { border-bottom: solid 1px white; display: block; font-weight: bold; padding-bottom:6px; font-size:11px }
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }

