.ddsmoothmenu-v ul{
width:171px;
z-index:100;
}
 
#con .conL .ddsmoothmenu-v ul li{
position:relative;
padding:0;
}

#con .conL .ddsmoothmenu-v ul li a{
display:block;
overflow:auto; /*force hasLayout in IE7 */
text-decoration:none;
padding:12px 0px 6px 24px;
border-bottom:dashed 1px #ccc;
}
#con .conL .ddsmoothmenu-v ul li ul li a{
padding:2px 4px 2px 4px;
border-bottom:solid 1px #ccc;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
/* background: #414141;
color: white; */
background:#fff url(../images/topli.gif) no-repeat 0 0;
}
.ddsmoothmenu-v ul li ul a:link, .ddsmoothmenu-v ul li ul a:visited, .ddsmoothmenu-v ul li ul a:active{
background-image:none;
background-position:0 -6px;
}


.ddsmoothmenu-v ul li a.selected{
background:#ccc url(../images/topli_on.gif) no-repeat 0 0;
color:#333;
}

.ddsmoothmenu-v ul li a:hover{
background:#eee url(../images/topli_on.gif) no-repeat 0 0;
color:#333;
}
.ddsmoothmenu-v ul li ul li a:hover{
background-image:none;
}

/*Sub level menu items */

#con .conL .ddsmoothmenu-v ul li ul{
position:absolute;
width:180px; /*Sub Menu Items width */
top:0;
margin-left:0;
font-weight:normal;
visibility:hidden;
z-index:200;
}
#con .conL #smoothmenu3.ddsmoothmenu-v ul li ul{
width:300px;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */