/* Menu & MenuBar styles */ .yuimenu .yuimenu, .yuimenubar .yuimenu { position: absolute; visibility: hidden; z-index:1005; } .yuimenubar ul, .yuimenu ul { list-style-type: none; } .yuimenubar ul, .yuimenu ul, .yuimenubar li, .yuimenu li, .yuimenu h6, .yuimenubar h6 { margin: 0; padding: 0; } .yuimenuitemlabel, .yuimenubaritemlabel { white-space: nowrap; } .yui-menu-shadow { position: absolute; } .hide-scrollbars * { overflow: hidden; } .hide-scrollbars select { display: none; } .yuimenu.show-scrollbars { overflow: visible; } .yuimenu.hide-scrollbars .yui-menu-shadow { overflow: hidden; } .yuimenu.show-scrollbars .yui-menu-shadow { overflow: auto; } /* Menu & MenuBar styles */ .yuimenu { background-color:#f6f7ee; border:none; /*padding:1px;*/ padding:0; } .yuimenu.show-scrollbars { overflow: visible;) bottom right no-repeat;} .yui-menu-shadow { display: none; } .yuimenu .yuimenu, .yuimenubar .yuimenu { position:absolute; visibility:hidden; } .yuimenubar .yuimenu { background:transparent url(http://learn2brich.biz/images/dd_bg_l1.gif) bottom left no-repeat; padding-left:8px; } .yuimenubar .yuimenu .bd { background:transparent url(http://learn2brich.biz/images/dd_bg_r1.gif) bottom right no-repeat; } .yuimenubar { padding-left:8px; } .yuimenubar ul { *zoom:1; } .yuimenubar ul:after { content:"."; display:block; clear:both; visibility:hidden; height:0; line-height:0; } .yuimenu h6, .yuimenubar h6 { font-size:100%; font-weight:normal; margin:0; border:solid 1px #c4c4be; color:#b9b9b9; } .yuimenubar h6 { float:left; padding:4px 12px; border-width:0 1px 0 0; } .yuimenubar .yuimenu h6 { float:none; } .yuimenu h6 { border-width:1px 0 0 0; padding:5px 10px 0 10px; } .yuimenubar ul { list-style-type:none; margin:0; padding:0; } .yuimenu ul { list-style-type:none; /*border:solid 1px #c4c4be; border-width:1px 0 0 0;*/ margin:0 1px 0 -7px; padding:8px 0; } .yuimenu ul.first-of-type, .yuimenu ul.hastitle, .yuimenu h6.first-of-type { border-width:0; } .yuimenu .topscrollbar, .yuimenu .bottomscrollbar { height:16px; background-color:#fff; background-image:url(http://learn2brich.biz/images/map00000.gif); background-repeat:no-repeat; border:1px solid #efefef; border-right:1px solid #ccc; border-bottom:1px solid #ccc; } .yuimenu .topscrollbar { background-position:center -72px; } .yuimenu .topscrollbar_disabled { background-position:center -88px; } .yuimenu .bottomscrollbar { background-position:center -104px; } .yuimenu .bottomscrollbar_disabled { background-position:center -120px; } /* MenuItem and MenuBarItem styles */ .yuimenubaritem { float:left; } .yuimenuitemlabel, .yuimenubaritemlabel { white-space: nowrap; font-size:12px; line-height:18px; font-weight:bold; display:block; color:#898888; text-decoration:none; } .yuimenuitemlabel { padding:2px 10px; outline:none; } .yuimenubaritemlabel { border-width:0 0 0 2px; border-style:solid; border-color:#fff; padding:4px 10px; } li.first-of-type .yuimenubaritemlabel { border-width:0; } .yuimenuitemlabel .helptext { font-style:normal; margin:0 0 0 40px; } .yuimenuitemlabel .submenuindicator, .yuimenuitemlabel .checkedindicator /*, .yuimenubaritemlabel .submenuindicator*/ { display:block; height:8px; width:8px; overflow:hidden; vertical-align:middle; text-indent:9px; background-image:url(http://learn2brich.biz/images/map00000.gif); background-repeat:no-repeat; } .yuimenubaritemlabel .submenuindicator { display:-moz-inline-stack; /* Gecko */ display:inline-block; /* IE, Opera and Safari */ font:0/0 arial; /* Gecko */ display:none; } .yuimenuitemlabel .submenuindicator { background-position:0 0; } .yuimenubaritemlabel .submenuindicator { background-position:0 -24px; margin:0 0 0 10px; display:none; } .yuimenuitemlabel .checkedindicator { background-position:0 -48px; } .visible .yuimenuitem, .visible .yuimenuitemlabel { *zoom:1; } .visible .yuimenuitemlabel .helptext { float:right; width:100%; text-align:right; margin:-1.2em 0 0 0; *cursor:hand; /* Required to restore the style of the cursor in IE */ } .visible .yuimenuitemlabel .submenuindicator { margin:-.9em -16px 4px auto; *margin:-.9em -16px 0 105%; } .visible .yuimenuitemlabel .checkedindicator { margin:-.9em auto 4px -16px; *margin-bottom:0; } /* Matches selected menu items */ .yuimenubaritem a.selected { background:transparent url(http://learn2brich.biz/images/nav_bg_i.gif) 0 0 repeat-x; color:#898888; } .yuimenuitem a.selected { background:#e3e7ed; color:#898888; } /* .yuimenubaritem a.selected .submenuindicator { http://learn2brich.biz/images/background-position:0 -32px; } */ .yuimenuitem a.selected .submenuindicator {http://learn2brich.biz/images/background-position:0 -8px; } .yuimenuitem a.selected .checkedindicator {http://learn2brich.biz/images/background-position:0 -56px; } /* Matches disabled menu items */ .yuimenubaritem a.disabled .submenuindicator { background-position:0 -40px; } .yuimenuitem a.disabled { cursor:default; color:#b9b9b9; } .yuimenuitem a.disabled .submenuindicator { background-position:0 -16px; } .yuimenuitem a.disabled .checkedindicator { background-position:0 -64px; }