﻿
/* ================================================================ 
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/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* height is the height of the nav images */
#MainNav {height:37px; position:relative; top:0px; z-index:100;width:1010px;margin:0 auto;padding:0;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-weight:bold; font-family:arial, sans-serif; height:37px;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling, height is the height of the nav images */
.menu li.top a.top_link {display:block; float:left; height:37px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.navHome {width:123px; background:url(../images/nav_home.jpg) no-repeat;}
.menu li.navAuthentic {width:205px; background:url(../images/nav_authentic.jpg) no-repeat;}
.menu li.navAbout {width:134px; background:url(../images/nav_about.jpg) no-repeat;}
.menu li.navStore {width:76px; background:url(../images/nav_store.jpg) no-repeat;}
.menu li.navNews {width:78px; background:url(../images/nav_news.jpg) no-repeat;}
.menu li.navEvents {width:87px; background:url(../images/nav_events.jpg) no-repeat;}
.menu li.navMedia {width:85px; background:url(../images/nav_media.jpg) no-repeat;}
.menu li.navGetinvolved {width:222px; background:url(../images/nav_getinvolved.jpg) no-repeat;}


/* set up the normal unhovered images in the links */
.menu li a#Home {width:123px; background:url(../images/nav_home.jpg) no-repeat;}
.menu li a#Authentic {width:205px; background:url(../images/nav_authentic.jpg) no-repeat;}
.menu li a#About {width:134px; background:url(../images/nav_about.jpg) no-repeat;}
.menu li a#Store {width:76px; background:url(../images/nav_store.jpg) no-repeat;}
.menu li a#News {width:78px; background:url(../images/nav_news.jpg) no-repeat;}
.menu li a#Events {width:87px; background:url(../images/nav_events.jpg) no-repeat;}
.menu li a#Media {width:85px; background:url(../images/nav_media.jpg) no-repeat;}
.menu li.navGetinvolved {width:222px; background:url(../images/nav_getinvolved.jpg) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#Home:hover, .menu li:hover a#Home {background:transparent;}
.menu li a#Authentic:hover, .menu li:hover a#Authentic {background:transparent;}
.menu li a#About:hover, .menu li:hover a#About {background:transparent;}
.menu li a#Store:hover, .menu li:hover a#Store {background:transparent;}
.menu li a#News:hover, .menu li:hover a#News {background:transparent;}
.menu li a#Events:hover, .menu li:hover a#Events {background:transparent;}
.menu li a#Media:hover, .menu li:hover a#Media {background:transparent;}
.menu li a#Getinvolvedhover, .menu li:hover a#Media {background:transparent;}


/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level, 
	make top the height of nav image, left is the offset of the dropdown menu with left edge of the nav image */
.menu :hover ul.sub 
{
	left:2px; 
	top:28px; 
	background: #104070;  
	border:0px solid #999; 
	white-space:nowrap; 
	width:165px; 
	height:auto;
	text-align:left;
	padding:3px 0 3px 0; 
	
	}

	
.menu :hover ul.sub li 
{
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width:165px;
	}
.menu :hover ul.sub li a.menu 
{
	display:block; 
	font-size:11px; 
	height:20px; 
	width:165px; 
	line-height:20px; 
	text-indent:10px; 
	color:#ccc; 
	text-decoration:none; 
	border-bottom: solid 0px #104070;
	}

/* not being used, no fly outs in this menu */
.menu :hover ul.sub li a.fly 
{
	background:#104070 url(../images/arrow.gif) no-repeat;
	background-position:right;
	display:block; 
	font-size:11px; 
	height:37px; 
	width:165px; 
	line-height:20px; 
	text-indent:10px; 
	color:#ccc; 
	text-decoration:none; 
	border-bottom: solid 0px #104070;
	
	}
.menu :hover ul.sub li a.menu:hover 
{
	background:#fff; 
	color:#104070;

	}
.menu :hover ul.sub li a.fly:hover 
{
	
	background:#fff url(../images/arrowHover.gif) 165px 7px no-repeat; 
	color:black;
	}
.menu :hover ul li:hover > a.fly 
{
	background:#fff url(../images/arrowHover.gif) 165px 7px no-repeat; 
	color:black;
	} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:165px; top:0px; background: #104070; padding:3px 0 3px 0; white-space:nowrap; width:165px; height:auto; z-index:300;}
