.sc-menu { border : 1px #666666 solid ; -webkit-border-radius : 2px ; border-radius : 2px ; overflow : visible ; background-color: transparent; } /** SC.Menu Shadow */ .sc-pane.sc-panel.sc-picker.sc-menu .top-right-edge { background : static_url('images/panels/shadow_corners.png') no-repeat 0px -730px ; position : absolute ; width : 30px ; height : 30px ; top : -20px ; right : -20px ; } .sc-pane.sc-panel.sc-picker.sc-menu .top-left-edge { background : static_url('images/panels/shadow_corners.png') no-repeat -10px -650px ; position : absolute ; width : 30px ; height : 30px ; top : -20px ; left : -20px ; } .sc-pane.sc-panel.sc-picker.sc-menu .bottom-left-edge { background : static_url('images/panels/shadow_corners.png') no-repeat -10px -680px ; position : absolute ; width : 30px ; height : 30px ; bottom : -27px ; left : -20px ; } .sc-pane.sc-panel.sc-picker.sc-menu .bottom-right-edge { background : static_url('images/panels/shadow_corners.png') no-repeat 0px -760px ; position : absolute ; width : 30px ; height : 30px ; bottom : -27px ; right : -20px ; } .sc-pane.sc-panel.sc-picker.sc-menu .top-edge { background : static_url('images/panels/shadows_repeat_x.png') repeat-x 0px -240px ; position : absolute ; height : 20px ; top : -20px ; right : 10px ; left : 10px ; } .sc-pane.sc-panel.sc-picker.sc-menu .bottom-edge { background : static_url('images/panels/shadows_repeat_x.png') repeat-x 0px -270px ; position : absolute ; height : 20px ; bottom : -20px ; right : 10px ; left : 10px ; } .sc-pane.sc-panel.sc-picker.sc-menu .left-edge { background : static_url('images/panels/shadows_repeat_y.png') repeat-y -240px 0px ; position : absolute ; width : 20px ; top : 10px ; bottom : 3px ; left : -20px ; } .sc-pane.sc-panel.sc-picker.sc-menu .right-edge { background : static_url('images/panels/shadows_repeat_y.png') repeat-y -270px 0px ; position : absolute ; width : 20px ; top : 10px ; bottom : 3px ; right : -20px ; }