/* Copyright (c) 2008, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.5.1 */ /* Menu & MenuBar styles */ #ucptopnav a, #ucptopnav a:visited { text-decoration:none; color:#000000; } #ucptopnav a:hover { text-decoration:none; color:#ffffff; } .yuimenubar { clear:both; visibility: visible; position: static; } .yuimenu .yuimenu, .yuimenubar .yuimenu { visibility: hidden; position: absolute; top: -10000px; left: -10000px; } .yuimenubar li, .yuimenu li { list-style-type: none; } .yuimenubar ul, .yuimenu ul, .yuimenubar li, .yuimenu li, .yuimenu h6, .yuimenubar h6 { margin: 0; padding: 0; } .yuimenuitemlabel, .yuimenubaritemlabel { text-align: left; white-space: nowrap; } .yuimenubar ul { *zoom: 1; } .yuimenubar .yuimenu ul { *zoom: normal; } .yuimenubar>.bd>ul:after { content: "."; display: block; clear: both; visibility: hidden; height: 0; line-height: 0; } .yuimenubaritem { float: left; } .yuimenubaritemlabel, .yuimenuitemlabel { display: block; } /* MenuBar style rules */ .yuimenubar { background-color:#667777; border-top:1px solid #556666; border-bottom:1px solid #556666; } /* Menu style rules */ .yuimenu { background-color:#ffffee; border:solid 1px #666666; padding:1px; } .yui-menu-shadow { display: none; } .yuimenu ul { border: solid 1px #c4c4be; border-width: 1px 0 0 0; padding: 10px 0; } .yuimenu .yui-menu-body-scrolled { overflow: hidden; } /* Group titles */ .yuimenu ul.first-of-type, .yuimenu ul.hastitle { border-width: 0; } /* MenuItem and MenuBarItem styles */ .yuimenuitem { *border-bottom: solid 1px #ffffee; } .yuimenuitemlabel, .yuimenubaritemlabel { font-size:13px; color: #000; text-decoration: none; } .yuimenuitemlabel { padding:2px 15px; } .yuimenubaritemlabel { border-width: 0; border-style: solid; border-color: #c4c4be; padding:0; } .yuimenubar li.first-of-type .yuimenubaritemlabel { border-width: 0; } /* Selected MenuItem */ .yuimenubaritem-selected, .yuimenuitem-selected { background-color: #667777; } .yuimenubaritemlabel-selected, .yuimenuitemlabel-selected { text-decoration:none; color: #fff; }