.ddsmoothmenu-v ul { list-style: none; margin:0; padding:0; }
.ddsmoothmenu-v ul li { position: relative; background:url(../images/icon-home-li-norm.png) left no-repeat; padding:5px 0 0 35px; background-position: 0 10px; min-height:30px; line-height:30px; border-bottom: 1px solid #d9d9d9;}
.ddsmoothmenu-v ul li:hover { background: #ffef87 url(../images/icon-home-li-hover.png) left no-repeat; background-position: 0 10px; color:#000;}
/* Top level menu links style */
.ddsmoothmenu-v ul li a { text-decoration: none; color:#333; display:block; }
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active { background: none; /*background of menu items (default state)*/ color: #333; }
.ddsmoothmenu-v ul li a.selected { background:none; }
.ddsmoothmenu-v ul li a:hover { background:none; }
/*Sub level menu items */
.ddsmoothmenu-v ul li ul { position: absolute; width: 240px; /*Sub Menu Items width */ top: 0; font-weight: normal; visibility: hidden; }
.ddsmoothmenu-v ul li ul li { background: #FFF; padding:5px 0 0 5px; border:1px solid #999; min-height:30px; line-height:30px;}
.ddsmoothmenu-v ul li ul li:hover { background: #FFEF87;}
.ddsmoothmenu-v ul li ul li a { color:#333; }
.ddsmoothmenu-v ul li ul li a:hover { }
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { background:url(../images/icon-home-li-norm.gif) left no-repeat; background-position: 0 10px;}
* html .ddsmoothmenu-v ul li:hover { background: #ffef87 url(../images/icon-home-li-hover.gif) left no-repeat; background-position: 0 10px;}
* html .ddsmoothmenu-v ul li { float: left; height: 1%; width:245px; }
*+html .ddsmoothmenu-v ul li a { height: 1%; text-decoration:none;} 
*+html .ddsmoothmenu-v ul li a:visited { text-decoration:none;} 
*+html .ddsmoothmenu-v ul li ul li a { height: 1%; }
/* End */