I want to make sure that I do this correctly, this is the css it will replace, can you verify that -I have never done this. Thank you.
border-bottom:none;
}
#menu .ddsmoothmenu li li a:after ,
#menu .ddsmoothmenu li li:last-child a:after {
width:100%;
content:”;
position:absolute;
left:0;
top:0;
}
#menu .ddsmoothmenu li li li li:last-child a, #menu .ddsmoothmenu li li li li:last-child a:after {
border-top:none;
border:none;
}
#menu .ddsmoothmenu li li:last-child a:after {
bottom:0;
}
* html #menu .ddsmoothmenu li li a {
display:inline-block;
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
text-shadow:none;
color:#AC470E;
background:#f5f5f5;