/*** ESSENTIAL STYLES ***/ .ct-menu, .ct-menu * { margin: 0; padding: 0; list-style: none; } .ct-menu { line-height: 1.0; } .ct-menu ul { position: absolute; top: -999em; width: 10em; /* left offset of submenus need to match (see below) */ } .ct-menu ul li { width: 100%; } .ct-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ } .ct-menu li { float: left; position: relative; } .ct-menu a { display: block; position: relative; } .ct-menu li:hover ul, .ct-menu li.sfHover ul { left: 0; top: 100%; /* match top ul list item height */ z-index: 99; } ul.ct-menu li:hover li ul, ul.ct-menu li.sfHover li ul { top: -999em; } ul.ct-menu li li:hover ul, ul.ct-menu li li.sfHover ul { left: 10em; /* match ul width */ top: 0; } ul.ct-menu li li:hover li ul, ul.ct-menu li li.sfHover li ul { top: -999em; } ul.ct-menu li li li:hover ul, ul.ct-menu li li li.sfHover ul { left: 10em; /* match ul width */ top: 0; } /*** DEMO SKIN ***/ .ct-menu { float: left; margin-bottom: 0; } a.ct-menu { color: #FFFFFF; } a.current_0 { color: #777777; } a.current_0:hover { color: #C0C0C0; } a.current { color: #777777; } a.current:hover { color: #C0C0C0; } .ct-menu a { padding: 4px 1em 4px 1em; color:#FFFFFF; font-weight: bold; text-decoration: none; border-left: 1px solid #fff; border-top: 1px solid #CFDEFF; /*padding: .75em 1em;*/ } .ct-menu a, .ct-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/ color: #FFFFFF; } .ct-menu li { background:Transparent url('/atacado/includes/sts_templates/lubelli_i/images/catmenu/superfish-border.png') no-repeat 100% 4px ; } .ct-menu li li { border-right:#87AFC8; background:#87AFC8 url('/atacado/includes/sts_templates/lubelli_i/images/catmenu/superfish-underline.png') no-repeat 0px 100% ; } .ct-menu li li li { background: #92C5CF; border-right:#92C5CF; border-bottom:1px solid #A8C8DE; } .ct-menu li:hover, .ct-menu li.sfHover, .ct-menu a:focus, .ct-menu a:hover, .ct-menu a:active { background: #A8C8DE; outline: 0; } /*** arrows **/ .ct-menu a.sf-with-ul { padding-right: 2.25em; min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */ } .sf-sub-indicator { position: absolute; display: block; right: 0.75em; top: 1.05em; /* IE6 only */ width: 10px; height: 10px; text-indent: -999em; overflow: hidden; background: url('/atacado/includes/sts_templates/lubelli_i/images/catmenu/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ } a > .sf-sub-indicator { /* give all except IE6 the correct values */ top: 0.4em; background-position: 0 -100px; /* use translucent arrow for modern browsers*/ } /* apply hovers to modern browsers */ a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator { background-position: -10px -100px; /* arrow hovers for modern browsers*/ } /* point right for anchors in subs */ .ct-menu ul .sf-sub-indicator { background-position: -10px 0; } .ct-menu ul a > .sf-sub-indicator { background-position: 0 0; } /* apply hovers to modern browsers */ .ct-menu ul a:focus > .sf-sub-indicator, .ct-menu ul a:hover > .sf-sub-indicator, .ct-menu ul a:active > .sf-sub-indicator, .ct-menu ul li:hover > a > .sf-sub-indicator, .ct-menu ul li.sfHover > a > .sf-sub-indicator { background-position: -10px 0; /* arrow hovers for modern browsers*/ } /*** shadows for all but IE6 ***/ .sf-shadow ul { background: url('/atacado/includes/sts_templates/lubelli_i/images/catmenu/shadow.png') no-repeat bottom right; padding: 0 8px 9px 0; -moz-border-radius-bottomleft: 17px; -moz-border-radius-topright: 17px; -webkit-border-top-right-radius: 17px; -webkit-border-bottom-left-radius: 17px; } .sf-shadow ul.sf-shadow-off { background: transparent; } /* NOTE: This is the modified stylesheet from http://users.tpg.com.au/j_birch/plugins/superfish/#getting-started Superfish v1.4.8 – jQuery menu plugin by Joel Birch This is JQuery ready:simply by adding a superfish jquery file the menu will operate in smooth jquery style. Other styling options from Superfish can be downloaded from this site. - HTML for this menubar was adapted from UL_Categories contribution by www.niora.com/css-oscommerce.php. ********************************************************************************************/ /*** ESSENTIAL STYLES ***/ /* .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } /*containing div .cat_navbar{ padding-top:1px; height: 34px; background:Transparent url('/atacado/includes/sts_templates/lubelli_i/images/catmenu/superfish-background.png'); } */ .cat_navbar{ height: 25px; width: 100%; background-image: url("/atacado/includes/sts_templates/lubelli_i/images/backgroundmenu.png"); background-repeat: repeat-x; }