/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/ipad-droplist.html
Copyright (c) 2005-2011 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* this is a CSS answer to fix the hover/focus '~' and hover/focus '+' problem in safari and chrome */
html {-webkit-animation: safariSelectorFix infinite 1s;}
@-webkit-keyframes safariSelectorFix {
0% {zoom:1;} 
100% {zoom:1;}
}

/* For Apple */
.menu li.has-sub:hover ~ li.close a {display:block;}

.nav {width:666px; padding-left:0px; height:26px; background:transparent; position:relative; z-index:99; font-family: Arial, Tahoma; margin:0; font-weight: bold; }
.menu,
.menu ul {padding:0; margin:0; list-style:none;}
.menu    {width:767px;}

.menu ul.sub    {position:absolute; left:-9999px; top:79px; background:#f29004; padding: 11px 0 9px 10px; z-index:-1;}
.menu ul.sub1   {width:180px;}
.menu ul.sub2   {width:364px;}
.menu ul.sub3   {width:450px;}
.menu ul.sub h5 {padding: 11px 0 0px 0; margin:0; color:#420f6b; font-size:12px; width:180px; line-height:30px;}


.menu li.top-li {float:left; position:relative; background:transparent; z-index:9999;}

.menu li.top-li a.top-a {display:block; float:left; line-height:30px; color: #FFF; padding:25px 22px; text-decoration:none; text-transform:uppercase; font-size:12px; }

.menu li.top-li a.top-a:hover    {background:#f29004; color:#420f6b;}
.menu li.top-li:hover > a.top-a  {background:#f29004; color:#420f6b;}
.menu li.has-sub a.top-a:hover   {height:30px;}
.menu li.has-sub:hover > a.top-a {height:30px;}

.menu ul li   {width:182px; float:left; padding-bottom:1px;}
.menu ul li a {line-height:15px; color:#420f6b; background: #dd8810; display:block; width:150px; padding:5px 10px; text-decoration:none; font-size:12px;}

.menu ul li a:hover            {background:#ccc; color:#000;}
.menu ul li.bottomLine 		    {width:100%; clear:left; padding:5px 10px 5px 0; background:#191919; margin-left:-10px; margin-top:5px;}
.menu ul li.bottomLine p       {padding:0; margin:0; line-height:20px; font-size:12px; color:#FFFF00; font-weight:bold; width:100%; padding-left:10px;}
.menu ul li.bottomLine a       {display:inline; padding:0 3px; line-height:20px; background:none; color:#ccc;}
.menu ul li.bottomLine a:hover {color:#fff;}

.menu :hover ul.sub   {left:0;}
.menu :hover ul.left1 {left:-150px;}

/* for IE6 */
.menu table {border-collapse:collapse; margin-bottom:-1px;}
* html .menu ul.sub {border:0;}
* html .menu ul li.bottomLine {padding:5px 0 5px 10px;}