/* ================================================================ 
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:1200px; height:40px; background:transparent; position:relative; z-index:9999; font-family: Oswald, Arial, Tahoma; margin:0; }
.menu,
.menu ul {padding:0; margin:0; list-style:none;}
.menu    {width:1200px;}

.menu ul.sub    {position:absolute; left:-9999px; top:40px; background:#333; padding: 12px 0 9px 10px; z-index:-1;}
.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:#FFFF00; font-size:12px; width:200px; 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:34px; text-transform:uppercase; color: #000; padding:3px 12px; text-decoration:none; font-size:16px; }

.new {
    color: #0FB2F9 !important;
    background-color: #000;
}

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

.menu ul li   {width:200px; float:left; padding-bottom:1px;}
.menu ul li a {line-height:22px; color:#FFF; background: #111; text-transform:uppercase; display:block; width:170px; padding:8px 10px; text-decoration:none; font-size:14px;}

.menu ul li a:hover            {background:#ccc; color:#000;}
.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:9999; width:96px }
.menu li.top-li-last a.top-a-last  { display:block; float:right; line-height:34px; text-transform:uppercase; color: #000; padding:3px 20px; text-decoration:none; font-size:16px; }

.menu li.top-li-last a.top-a-last:hover    { background:#333; color:#FFF; }
.menu li.top-li-last:hover > a.top-a-last  { background:#333; color:#FFF; }
.menu li.has-sub-last a.top-a-last:hover   { height:34px; }
.menu li.has-sub-last:hover > a.top-a-last { height:34px; }

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




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