.ddsmoothmenu-v {
padding: 0;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#ffffff;
}

.ddsmoothmenu-v p{
height: 25px;
line-height: 25px;
font-weight: bold;
width: 172px;
display: block;
border-bottom: solid 1px #dcdce9;
text-decoration: none;
text-indent: 25px;
}

.ddsmoothmenu-v form{
height: 150px;
float: left;
width: 172px;
display: block;
border-bottom: solid 1px #dcdce9;
}

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
list-style-type: none;
border-bottom: 1px solid #ffffff;
}
 
.ddsmoothmenu-v ul li{
position: relative;
text-indent: 15px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
font-weight: bold;
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #dcdce9;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #FFFFFF; /*background of menu items (default state)*/
}

.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url(img/bg-menu.gif) #fff bottom left repeat-x;
text-decoration: none;
color:#FFFFFF;
}

.ddsmoothmenu-v ul li a:hover{
background: url(img/bg-menu.gif) #fff bottom left repeat-x;
text-decoration: none;
color:#FFFFFF;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */

