/* ================================================================ 
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;}
}

.nav {width:900px; height:35px; top:-5px; background:#a54424; position:relative; z-index:100; font-size:0.8em; font-family:arial, sans-serif; font-weight:bold; margin-left:0px auto; border-top:5px solid #a54424; border-bottom:1px solid #a54424;}
.menu,
.menu ul {padding:0; margin:0; list-style:none; }
.menu {width:875px; /*border-top:1px solid #253abf;*/ padding-left:15px;}

.menu ul.sub {position:absolute; left:-9999px; top:36px; background:#d23a3a; padding:0 0 0 10px; z-index:-1; border-top:1px solid #999; /*opacity:0.95; filter:alpha(opacity=55);*/ }
.menu ul.sub1 {width:150px;}
.menu ul.sub2 {width:300px;}
.menu ul.sub3 {width:450px;}
.menu ul.sub4 {width:600px;}
.menu ul.sub h5 {padding:10px 0 5px 0; margin:0; color:#ffffcc; font-size:1.2em; width:140px; line-height:20px;}

.menu li.top-li { float:left; position:relative; background:#a54424; z-index:50; }
.menu li.top-li a.top-a { display:block; float:left; line-height:20px; color:#ffa769; padding:0 18px 0 10px; text-decoration:none; font-size:14px; margin:0px auto;}

.menu li.top-li a.top-a:hover {background:#f2a4a4; color:#fff;}
.menu li.top-li:hover > a.top-a {background:#f2a4a4; color:yellow;}
.menu li.has-sub a.top-a:hover {height:36px;}
.menu li.has-sub:hover > a.top-a {height:36px;}

.menu li.close a {position:absolute; left:50%; top:-30px; width:100px; height:30px; line-height:30px; color:#fff; font-weight:bold; font-size:12px; padding:0; margin:0 0 0 -50px; background:#ff8000; text-align:center; text-decoration:none; display:none;}

.menu ul li {width:150px; float:left;}
.menu ul li a {line-height:15px; color:#a54424; background:#f2a4a4; display:block; width:120px; margin-bottom:1px; padding:5px 10px; text-decoration:none; font-size:13px; /*opacity:0.9; filter:alpha(opacity=95);*/}
.menu ul li a:hover {background:#ffffcc; color:#000;}
.menu ul li.bottomLine {width:100%; clear:left; padding:5px 10px 5px 0; background:#f6e3dc; margin-left:-10px; margin-top:5px; border-top:1px solid #888;}
.menu ul li.bottomLine p {padding:0; margin:0; line-height:20px; font-size:12px; color:#000; font-weight:bold; width:100%; padding-left:10px;}
.menu ul li.bottomLine a {display:inline; padding:0 3px; line-height:20px; background:none; color:blue;}
.menu ul li.bottomLine a:hover {color:red;}

.menu :hover ul.sub {left:0;}
.menu :hover ul.left1 {left:-150px;}
.menu :hover ul.left2 {left:-349px;}

/* for IE6 */
* html .nav {width:450px; height:45px; top:0px; background:#fbd997; position:relative; z-index:100; font-family:arial, sans-serif; font-weight:bold; margin:0 auto; border-top:5px solid #253abf; border-bottom:1px solid #253abf;}
* html .menu {width:435px; border-top:1px solid #253abf; padding-left:15px;}
* html .menu table {border-collapse:collapse; margin-bottom:-1px;}
* html .menu ul li {width:160px; float:left;}
* html .menu ul.sub {border:0;}
* html .menu ul li.bottomLine {padding:5px 0 5px 10px;}
* html .menu li.top-li:hover > a.top-a {background:#253abf; color:#000;}
* html .menu li.top-li a.top-a {display:block; float:left; line-height:20px; color:#000; padding:0 18px 0 10px; text-decoration:none; font-size:12px; font-weight:normal}
* html .menu ul.sub {position:absolute; left:-9999px; top:44px; background:#253abf; padding:0 0 0 10px; z-index:-1; border-top:1px solid #999;}
* html .menu ul.sub2 {width:320px;}
* html .menu ul.sub3 {width:480px;}
* html .menu ul.sub4 {width:640px;}
* html .menu li.close a {position:absolute; left:50%; top:-30px; width:100px; height:30px; line-height:30px; color:#fff; font-weight:bold; font-size:12px; padding:0; margin:0 0 0 -50px; background:#ff8000; text-align:center; text-decoration:none; display:none;}
* html .menu ul li a {line-height:15px; color:#fff; background:#2D7AC6; display:block; width:130px; margin-bottom:1px; padding:5px 10px; text-decoration:none; font-size:13px;}
* html .menu :hover ul.left1 {left:-160px;}
* html .menu :hover ul.left2 {left:-397px;}

