#menu {
    width: 980px;
    margin: auto;
    padding: 5px;
    border: 1px #900 solid;
    background-image: url(../images/bck_menu.gif);
    background-size: contain;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px
}.ddsmoothmenu{font:bold 12px Arial;background:transparent}.ddsmoothmenu ul li a{background:transparent;border-bottom:none;border-right:1px solid #f90;padding:8px 6px;text-align:left}.ddsmoothmenu ul li a:hover,.ddsmoothmenu ul li a.selected{background:#900 !important}.ddsmoothmenu ul li ul li a{background:#900;font:normal 12px Arial;border-bottom:1px solid #f90;padding:4px;margin:0;min-width:250px}.ddsmoothmenu ul li ul li a:hover{text-decoration:underline}