/* ================================================================ This copyright notice must be kept untouched in the stylesheet at all times. The original version of this stylesheet and the associated (x)html is available at http://www.cssplay.co.uk/menus/iframe-shim.html Copyright (c) 2005-2009 Stu Nicholls. All rights reserved. This stylesheet and the associated (x)html may be modified in any way to fit your requirements. =================================================================== */ #menu {width:720px; text-align:left; margin:0 auto;position:relative;padding-left:50px;} #menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; } #menu ul {display:inline-block;} #menu li {margin:0; padding:0; list-style:none;} #menu li {display:inline-block; display:inline;} #menu ul ul {position:absolute; left:-9999px;} #menu ul.level1 {margin:0 auto;} #menu ul.level1 li.level1-li {float:left; display:block; position:relative;background: url(../image/line2.png) no-repeat right 12px;padding-top:0px;height:80px;} #menu ul.level1 ul.level2 {background:url(../image/menu_patten.png); z-index:1;top:10px;margin-top:40px;width:180px;} #menu b {position:absolute;} /* -- for IE6 non-flyout dropdowns to stop flickering - who knows why --*/ #menu a {display:block; font:bold 12px arial,sans-serif; color:#d1d2d4; line-height:25px; text-decoration:none;padding:3px 20px;} #menu .level2 li a{display:block; font:bold 11px arial,sans-serif; color:#d1d2d4; line-height:25px; text-decoration:none;border-bottom:1px solid #363636 } #menu ul.level1 li.level1-li a.level1-a{display:block;padding:8px 20px;} #menu ul.level1 li.level1-li a.level1-a {float:left;} #menu ul li:hover a.level1-a{background:url('../image/toppatten_on.gif') repeat-x ; color:#ff591e;padding-top:8px;} #menu ul li:hover > ul {visibility:visible; left:0; top:0px;margin-top:30px;} #menu ul ul li:hover > ul {visibility:visible; left:100%; top:auto; margin-top:-25px; margin-left:-4px;} #menu li:hover div.onicon, #menu li div.onicon:hover{background:transparent url(../image/on_arrow.png) no-repeat right center;z-index:100;display:block;position:absolute;top:35px;height:7px;width:12px; left:50%;} #menu li a.fly {background:transparent url(../image/sub_arrow.png) no-repeat right center;} #menu li.left ul a.fly {background:transparent url(../image/white-left.gif) no-repeat left center;} #menu li a:hover, #menu li a.fly:hover {color:#ff591e;} #menu li:hover > a, #menu ul li:hover > a.fly {color:#ff591e;background-color:#000;} #menu table {position:absolute; height:0; width:0; left:0; border-collapse:collapse; margin-top:-6px;} #menu table table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-30px; margin-left:-4px;} #menu li.left table {position:absolute; height:0; width:0; left:auto; right:0; border-collapse:collapse; margin-top:-4px;} #menu li.left table table {position:absolute; left:auto; right:100%; height:0; width:0; border-collapse:collapse; margin-top:-30px; margin-right:-4px;}