/* ================================================================ 
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 associated (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:36px; background:#4B0055; position:relative; z-index:10000; font-family:arial, sans-serif; margin:0 auto; border-top:3px solid #B71A87; border-bottom:1px solid #FFF;}
.menu,
.menu ul {padding:0; margin:0; list-style:none;}
.menu {width:900px; border-top:1px solid #B71A87; padding-left:0px;}

.menu ul.sub {position:absolute; left:-9999px; top:35px; background:#B71A87; padding:0 0 0 10px; z-index:-1; border-top:1px solid #B71A87;}
.menu ul.sub1 {width:150px;}
.menu ul.sub2 {width:300px;}
.menu ul.sub3 {width:450px;}
.menu ul.sub h5 {padding:10px 0 5px 0; margin:0; color:#fc0; font-size:12px; width:140px; line-height:20px;}

.menu li.top-li {float:left; position:relative; background:#4B0055; z-index:10000;}
.menu li.top-li a.top-a {display:block; float:left; line-height:30px; color:#FFF; padding:0 18px 0 10px; text-decoration:none; font-size:13px;}

.menu li.top-li a.top-a:hover {background:#B71A87; color:#fff;}
.menu li.top-li:hover > a.top-a {background:#B71A87; color:#fff;}
.menu li.has-sub a.top-a:hover {height:36px;}
.menu li.has-sub:hover > a.top-a {height:36px;}

.menu ul li {width:150px; float:left;}
.menu ul li a {line-height:15px; color:#fff; background:#4B0055; display:block; width:120px; margin-bottom:1px; padding:5px 10px; text-decoration:none; font-size:11px;}
.menu ul li a:hover {background:#F5EFFB; color:#4B0055;}
.menu ul li.bottomLine {width:100%; clear:left; padding:5px 10px 5px 0; background:#4B0055; margin-left:-10px; margin-top:5px; border-top:1px solid #FFF;}
.menu ul li.bottomLine p {padding:0; margin:0; line-height:20px; font-size:11px; color:#fc0; 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:-203px;}
.menu :hover ul.left2 {left:-177px;}
.menu :hover ul.left3 {left:-248px;}

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

/* for iPhone, iPod Touch and iPad */
.menu li.has-sub:hover ~ li.close a {display:block;}

