/* ================================================================ 
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/dd_valid_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {font-family:Helvetica, Arial, Verdana, sans-serif; width:993px; height:20px; position:relative; margin:0; font-weight:bold; font-size:12px; margin:0 0 0 0; background-image: url(http://globalkiteboarder.com/images/top-nav-bg.jpg); position:relative; z-index:1;}
.menu ul {padding:0; margin:0; list-style-type: none;}

.menu ul li {float:left; border-left:1px solid #333333; width:100px;}

.menu ul li a, .menu ul li a:visited {display:block; float:left; width:100px; text-decoration:none; padding:0 0 0 5px; height:20px; line-height:20px; color:#FFFFFF; background-image: url(http://globalkiteboarder.com/images/top-nav-bg.jpg);}

.menu table {border-collapse:collapse; margin:0; padding:0; font-size:1em;}

.menu ul li ul {visibility:hidden; position:absolute; top:20px; left:0; }


.menu ul li:hover a,
.menu ul li a:hover {color:#fff; background:#cc0f09;}

.menu ul li:hover ul,
.menu ul li a:hover ul {visibility:visible; width:994px; color:#000000; background:#cc0f09; font-size:10px; }

.menu ul li:hover ul.right_side li,
.menu ul li a:hover ul.right_side li {float:left; border:0; border-left:1px solid #333333; width:116px;}

.menu ul li:hover ul.left_side li,
.menu ul li a:hover ul.left_side li {float:left; border:0; border-left:1px solid #333333; width:116px;}

.menu ul li:hover ul li a.sub,
.menu ul li a:hover ul li a.sub {background-image: url(http://globalkiteboarder.com/images/sub-nav-bg.jpg); color:#fff;}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {visibility:hidden; position:absolute; left:0; top:22px; }

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {display:block; background:#cc0f09; color:#fff;}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {background-image: url(http://globalkiteboarder.com/images/sub-nav-bg.jpg); color:#000;}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {visibility:visible; color:#000; background:#cc0f09;}

.menu ul li:hover ul.right li {float:right;}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {background:#cc0f09; color:#000;}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {background:#cc0f09; color:#fff;}


