/* ================================================================ 
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:913px; padding-bottom:10px; padding-left: 14px; height:30px; background:transparent; position:relative; z-index:100; font-family: Arial, Tahoma; margin:0; font-weight: bold; }
.menu,
.menu ul {padding:0; margin:0; list-style:none;}
.menu    {width:913px;}

.menu ul.sub    {position:absolute; left:-9999px; top:28px; background:#1190df; padding: 10px 0 8px 8px; z-index:9999;}
.menu ul.sub1   {width:200px;}
.menu ul.sub2   {width:360px;}
.menu ul.sub3   {width:450px;}
.menu ul.sub h5 {padding: 11px 0 0px 0; margin:0; color:#000; font-size:14px; width:200px; line-height:30px;}


.menu li.top-li         {float:left; position:relative; background:transparent; z-index:-1;}
.menu li.top-li a.top-a {display:block; float:left; line-height:22px; color:#FFF; padding:5px 18px 5px 18px; text-decoration:none; font-size:13px;}

.menu li.top-li a.top-a:hover    {background:#1190df; color:#FFF;}
.menu li.top-li:hover > a.top-a  {background:#1190df; color:#FFF;}
.menu li.has-sub a.top-a:hover   {height:22px;}
.menu li.has-sub:hover > a.top-a {height:22px;}

.menu ul li   {width:200px; float:left; padding-bottom:1px;}
.menu ul li a {line-height:15px; color:#000; background:#00CCFF; display:block; width:170px; padding:5px 10px; text-decoration:none; font-size:12px;}

.menu ul li a:hover            {background:#FF6600; color:#FFF;}
.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;}


.menu li.top-li-last              {float:right; position:relative; background:transparent; z-index:-1;}
.menu li.top-li-last a.top-a-last {background:#da7d0e; display:block; line-height:22px; color:#000; padding:5px 0px 5px 22px; text-decoration:none; font-size:12px; width:90px;}

.menu li.top-li-last a.top-a-last:hover    {background:#e0ce07; color:#000;}
.menu li.top-li-last:hover > a.top-a-last  {background:#e0ce07; color:#F2F2F2;}
.menu li.has-sub-last a.top-a-last:hover   {height:22px;}
.menu li.has-sub-last:hover > a.top-a-last {height:22px;}

.menu :hover ul.sublast {left:-98px;}


/* 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;}