.ddsmoothmenu-v ul {
margin: 0;
padding: 0;
width: 200px;
}
 
.ddsmoothmenu-v ul li {
position: relative; margin: 0;
}

.ddsmoothmenu-v ul li a {
display: block;
overflow: auto; /*force hasLayout in IE7 */
height: 24px;
line-height: 24px;
font-size: 12px;
text-align: right;
}

.ddsmoothmenu-v .bank { margin-right: 0px; overflow:hidden}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active { color: #777; }
.ddsmoothmenu-v ul li a.selected, .ddsmoothmenu-v ul li a:hover { color: #008EE1; }

/*Sub level menu items */
.ddsmoothmenu-v ul li ul { position: absolute; width: 150px; /*Sub Menu Items width */ top: 0; opacity:.9; }
.ddsmoothmenu-v ul li ul { background: none; background: #fff url(../images/vertbar-bg.png) repeat-y 4px 0; padding-left:0px; }
.ddsmoothmenu-v ul li ul li ul { background: none; background: #fff url(../images/vertbar-bg-thin.png) repeat-y 6px 0; padding-left:0px; }
.ddsmoothmenu-v ul li ul li ul li { background-position: -10px 0; }
.ddsmoothmenu-v ul li ul li a { font-size: 10px; text-align: left; height: 20px; line-height: 20px; overflow: hidden; padding-left: 14px; }
.ddsmoothmenu-v ul li ul li a:hover { background: url(../images/search-hover.png) no-repeat 0 6px; }
.ddsmoothmenu-v ul li ul .pinas { margin-top: -160px;}
.ddsmoothmenu-v .haschildren:hover { background: url(../images/bluepointer.png) no-repeat 0 6px; }
.ddsmoothmenu-v .haschildren span{ background: #fff }
.ddsmoothmenu-v .bank { margin-right: 0px; overflow:hidden}
.ddsmoothmenu-v ul li a.selected, .ddsmoothmenu-v ul li a:hover { background: url(../images/bluepointer.gif) no-repeat 140px 9px; }
.ddsmoothmenu-v ul li a span, .ddsmoothmenu-v ul li a span { margin-right:20px; margin-top: -4px;}

/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */