/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/anywidth.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.
=================================================================== */

.menu {width:980px; height:30px; text-align:center; background:#000;z-index:9999; float:left; clear:both; position:relative; border-top:10px solid #78b12f;-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;}
.menu ul {display:inline-block;} 
.menu ul.top-level {margin-left:0;}
.menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; float:left;} 
.menu li {margin:0; padding:0;}
.menu a {display:block;color:#fff; line-height:22px; text-decoration:none; padding:0 20px;} 
* html .menu ul.top-level {margin-left:0;} /* I don't know why, but this centers IE5.5 ?? */

.menu li:hover > ul {visibility:visible;}
.menu a:hover ul,
.menu a:hover a:hover ul, 
.menu a:hover a:hover a:hover ul {visibility:visible;}
.menu a:hover ul ul, 
.menu a:hover a:hover ul ul {visibility:hidden;}

.menu ul.top-level {margin:0 auto;} 
.menu li.top-level-li {float: left; zoom: 1; list-style-type:none;  text-decoration:none; color:#fff; float:left; clear:none; border-right:1px solid #fff;font-size:13px; font-weight:bold;}

.menu a.top-level-a {float:left; padding:0 0 0 7px;} 
.menu a.top-level-a b {float:left; padding:0 8px 0 0; cursor:pointer; cursor:hand; height:30px; line-height:30px; font-weight:600;}
.menu a.down b {float:left; padding:0 9px 0 0; cursor:pointer;}

.menu li.top-level-li.activ {background:#78b12f; color:#fff; position: relative;}
.menu li.top-level-li:hover {  background:#78b12f; color:#fff; position: relative; }
.menu a.top-level-a:hover {white-space:nowrap; background:#78b12f; color:#fff; position: relative;}
.menu a.top-level-a:hover b, 
.menu a.top-level-a:focus b, 
.menu a.top-level-a:active b {color:#fff; cursor:pointer;}
.menu a.down:hover b, 
.menu a.down:focus b, 
.menu a.down:active b {color:#fff; cursor:pointer;}

.menu li.top-level-li:hover > a {white-space:nowrap;}
.menu li.top-level-li:hover > a b {color:#fff; }
.menu li.top-level-li:hover > a.down b {color:#fff; }

.menu li ul {display:block; position:absolute; visibility:hidden; background:#78b12f; left:0;}
.menu li li {border-bottom:1px dotted #eee; }
.menu li li a {background:#78b12f; padding-bottom:1px; font-size:12px; font-weight:normal;} 
.menu li li a:hover {background:#000;} 
.menu li li:hover > a {background:#000;}
.menu li li a.fly {background: url(../images/fly.gif) no-repeat right top;}
.menu li li a.fly:hover {background:#1067b9 url(../images/fly.gif) no-repeat right top;} 
.menu li li:hover > a.fly {background:#000 url(../images/fly.gif) no-repeat right top;}

.menu ul.drop-down {top:30px;/*border-bottom:1px solid #669c26;*/} 
.menu ul.drop-down a { padding:0 20px 0 10px; }
.menu li li ul {left:100%; margin-top:-22px; margin-left:-1px; border-left:5px solid #000; border-right:1px solid #000; /*border-bottom:1px solid #669c26; */}

.menu table {position:absolute;top:0;left:0;border-collapse:collapse;text-align:left;}
.menu table ul li a {padding-left:0; padd\ing-left:20px;}
.menu table table {top:auto; left:100%; margin-left:-1px; padding:0; margin:0;}
.menu table table ul {margin-top:-4px; marg\in-top:-6px;}

.menu li.lastlink { background:#FFE716; color:#000; }
.menu li.lastlink a { color:#000; }
.menu li.lastlink li a { color:#fff; }

