.cat_last{ border-bottom:none}
.ddsmoothmenu-v ul{
margin: 0 0 0 1px;
padding: 0;
width: 218px; /* Main Menu Item widths */
list-style-type: none; 
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
 /*force hasLayout in IE7 */
color:#0072BC;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #CFCFCF;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
 /*background of menu items (default state)*/
color:#0072BC;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:#01b3f6;

}

.ddsmoothmenu-v ul li a:hover{
background:#01b3f6; /*background of menu items during onmouseover (hover state)*/
text-decoration:none;
color:#fff;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
margin-left:2px;
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden; border:1px solid #0090e7; background:#FFF; line-height:25px
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */