﻿/* ================================================================ 
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/final_drop2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu2 {padding:0 0 0 0px; margin:0; list-style:none; height:28px;  position:relative; z-index:500;text-align:center; white-space:nowrap;  
        }
.menu2 li.top {display:block; float:left; text-align:center; position:relative;line-height:27px; }
.menu2 li.top1 {display:block; float:left; text-align:center; position:relative;line-height:28px;}
.menu2 li a.top_link {display:block; float:left; text-align:center;height:28px; font-size:12px;font-family:Arial; color:#fff; text-decoration:none;  padding:0 0 0 0px; cursor:pointer;border-radius:5px 5px 0px 0px;}
.menu2 li a.top_link span {float:left; display:block;text-align:center; padding:2px 8px 0px 8px; height:28px;}
.menu2 li a.top_link span.down {float:left; display:block;  padding:2px 8px 0px 8px; height:28px; }
.menu2 li a.top_link:hover {font-weight:bold; color:#fff; }
.menu2 li a.top_link:hover span {}
.menu2 li a.top_link:hover span.down {}

.menu2 li:hover > a.top_link {font-weight:bold; background:#f1f1f1;color:#000;}
.menu2 li:hover > a.top_link span {}
.menu2 li:hover > a.top_link span.down {}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul 
{
    border:solid 1px #cccccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {left:0px; top:28px; background: #ffffff; padding:0px;  white-space:nowrap; width:200px; height:auto; border-left:solid 1px #dddddd; border-right:solid 1px #dddddd;}
.menu2 :hover ul.sub li {display:block; background: #ffffff; height:auto; position:relative; float:left; width:200px;text-align:left;border-top:1px solid #dddddd;border-right:solid 1px #dddddd;}
.menu2 :hover ul.sub li a {display:block; font-size:12px;font-family:Arial; height:auto; width:200px;  text-indent:5px; color:#000; text-decoration:none;}
.menu2 :hover ul.sub li a.fly {background:#ffffff url(../images/bullet.png) 180px 7px no-repeat;}
.menu2 :hover ul.sub li a:hover {background:#f1f1f1; color:#000;}
.menu2 :hover ul.sub li a.fly:hover {background:#ffffff url(../images/bullet.png) 180px 7px no-repeat; }
.menu2 :hover ul li:hover > a.fly {background:#ffffff url(../images/bullet.png) 180px 7px no-repeat; } 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:200px; top:-1px; background: #f1f1f1; padding:0px 0; white-space:nowrap; width:200px; z-index:200; height:auto; border-left:solid 1px #dddddd; border-right:solid 1px #dddddd;}
