@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	height:30px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 14px 0 0 0;
	padding: 0px 0 0px 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 150px;
	position: absolute;
	left: -1000em;
	background-color:#0450aa;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width:140px;
	padding:0px 0 0px 0px;
	background-image:none;
}
ul.MenuBarHorizontal ul li a
{
	padding:5px 0 5px 10px;
	width:140px;
	margin-right:-10px;
}
ul.MenuBarHorizontal ul li a:hover {
	background-color:#eff1de;
	background-image:none;

}
ul.MenuBarHorizontal ul ul li:hover {
	background-color:#0450aa;
	padding:5px 10px;
	background-image:url(../images/ulbg2.png);
	background-repeat:repeat-y;
	border-top:solid 1px #b6b7ae;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 94%;
	width:349px;
	padding:0 0 8px 0;
	background-image:url(../images/ulshadow.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#0450aa;
}
ul.MenuBarHorizontal ul ul li {
	font-size:11px;
	color:#8e8f87;
	height:auto;
	margin:0 10px 0 0;
	width:324px;
	background-color:#0450aa;
	padding:5px 10px;
	background-image:url(../images/ulbg2.png);
	background-repeat:repeat-y;
	border-top:solid 1px #b6b7ae;
}
ul.MenuBarHorizontal ul ul li a {
	color:#8e8f87;
	background-image:url(../images/questionmark.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:20px;
	margin-top:5px;
	padding-bottom:10px;
	font-size:11px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/
ul.MenuBarHorizontal li {
	
}
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0;
	text-decoration: none;
	font-size:12px;
	color:#fff;
}
.french ul.MenuBarHorizontal a {
	font-size:11px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #fff;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #fff !important;
}
ul.MenuBarHorizontal li li a.MenuBarItemHover, ul.MenuBarHorizontal li li a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal li li a.MenuBarSubmenuVisible
{
	color: #8e8f87 !important;
}
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
}

/*-------*/
#MenuBar1 li a, #MenuBar1 .active-trail a, #theweekend a, #theweekend-ON a, #inspiration a, #inspiration-ON a, #postrace a, #postrace-ON a, #volunteers a, #volunteers-ON a, #media a, #media-ON a, #aboutus a, #aboutus-ON a, #exhibitors a, #exhibitors-ON a {
	margin-bottom:-15px;
	font-size:12px;
	letter-spacing:0px;
	line-height:30px;
	color:#848484;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:10px;
}
.french #MenuBar1 li a, .french #MenuBar1 .active-trail a, .french #theweekend a, .french #theweekend-ON a, .french #inspiration a, .french #inspiration-ON a, .french #postrace a, .french #postrace-ON a, .french #volunteers a, .french #volunteers-ON a, .french #media a, .french #media-ON a, .french #aboutus a, .french #aboutus-ON a, .french #exhibitors a, .french #exhibitors-ON a {
	font-size:11px;
}
#MenuBar1 .active-trail a, #MenuBar1 li a:hover {
	color:#fff;
}
#MenuBar1 .active-trail li a, #MenuBar1 li li a:hover {
	color: #8e8f87;
}
#MenuBar1 li li a, #MenuBar1 .active-trail li a, #theweekend li a, #theweekend-ON li a, #inspiration li a, #inspiration-ON li a, #postrace li a, #postrace-ON li a, #volunteers li a, #volunteers-ON li a, #media li a, #media-ON li a, #aboutus li a, #aboutus-ON li a, #exhibitors li a, #exhibitors-ON li a {
	height: auto !important;
	margin-bottom:auto !important;
	font-size:12px;
	letter-spacing:0px;
	line-height:14px !important;
	text-transform:none;
	font-weight:normal;
	color:#fff;
}
#MenuBar1 li {
	width:150px;
	background-image:url(../images/thenavoff.jpg);
	background-repeat: repeat-x;
	height:30px;
}
#MenuBar1 li li {
	height:auto;
}
#MenuBar1 .active-trail {
	width:150px;
	background-image:url(../images/thenavon.jpg);
	background-repeat: repeat-x;
}
#MenuBar1 li:hover{
	background-image:url(../images/thenavon.jpg);
}
#MenuBar1 li li:hover, #MenuBar1 li li, #MenuBar1 .active-trail li{
	background-image:none;
}
#exhibitors {
	width:150px;
	height:30px;
	background-image:url(../images/exhibitor_off.jpg);
	background-repeat:no-repeat;
}
.french #exhibitors {
	background-image:url(../images/frexhibitor_off.jpg);
}
.french #exhibitors-ON {
	background-image:url(../images/frexhibitor_on.jpg);
}
#exhibitors-ON {
	width:150px;
	height:30px;
	background-image:url(../images/exhibitor_on.jpg);
	background-repeat:no-repeat;
}
#exhibitors:hover{
	background-image:url(../images/exhibitor_on.jpg);
}
.french  #exhibitors:hover{
	background-image:url(../images/frexhibitor_on.jpg);
}
#theweekend {
	width:150px;
	height:30px;
	background-image:url(../images/theweekend-off.jpg);
	background-repeat:no-repeat;
}
.french #theweekend {
	background-image:url(../images/frtheweekend-off.jpg);
}
#theweekend-ON {
	width:150px;
	height:30px;
	background-image:url(../images/theweekend-on.jpg);
	background-repeat:no-repeat;
}
.french #theweekend-ON {
	background-image:url(../images/frtheweekend-on.jpg);
}
#theweekend:hover {
	background-image:url(../images/theweekend-on.jpg);
}
.french #theweekend:hover {
	background-image:url(../images/frtheweekend-on.jpg);
}
#inspiration {
	width:150px;
	height:30px;
	background-image:url(../images/inspiration-off.jpg);
	background-repeat:no-repeat;
}
.french #inspiration {
	background-image:url(../images/frinspiration-off.jpg);
}
#inspiration-ON {
	width:150px;
	height:30px;
	background-image:url(../images/inspiration-on.jpg);
	background-repeat:no-repeat;
}
.french #inspiration-ON {
	background-image:url(../images/frinspiration-on.jpg);
}
#inspiration:hover {
	background-image:url(../images/inspiration-on.jpg);
}
.french #inspiration:hover {
	background-image:url(../images/frinspiration-on.jpg);
}
#postrace {
	width:150px;
	height:30px;
	background-image:url(../images/postrace-off.jpg);
	background-repeat:no-repeat;
}
.french #postrace {
	background-image:url(../images/frpostrace-off.jpg);
}
#postrace-ON {
	width:150px;
	height:30px;
	background-image:url(../images/postrace-on.jpg);
	background-repeat:no-repeat;
}
.french #postrace-ON {
	background-image:url(../images/frpostrace-on.jpg);
}
#postrace:hover {
	background-image:url(../images/postrace-on.jpg);
}
.french #postrace:hover {
	background-image:url(../images/frpostrace-on.jpg);
}
#volunteers {
	width:150px;
	height:30px;
	background-image:url(../images/volunteers-off.jpg);
	background-repeat:no-repeat;
}
.french #volunteers {
	background-image:url(../images/frvolunteers-off.jpg);
}
#volunteers-ON {
	width:150px;
	height:30px;
	background-image:url(../images/volunteers-on.jpg);
	background-repeat:no-repeat;
}
.french #volunteers-ON {
	background-image:url(../images/frvolunteers-on.jpg);
}
#volunteers:hover {
	background-image:url(../images/volunteers-on.jpg);
}
.french #volunteers:hover {
	background-image:url(../images/frvolunteers-on.jpg);
}
#media {
	width:150px;
	height:30px;
	background-image:url(../images/media-off.jpg);
	background-repeat:no-repeat;
}
.french #media {
	background-image:url(../images/frmedia-off.jpg);
}
#media-ON {
	width:150px;
	height:30px;
	background-image:url(../images/media-on.jpg);
	background-repeat:no-repeat;
}
.french #media-ON {
	background-image:url(../images/frmedia-on.jpg);
}
#media:hover {
	background-image:url(../images/media-on.jpg);
}
.french #media:hover {
	background-image:url(../images/frmedia-on.jpg);
}
#aboutus {
	width:150px;
	height:30px;
	background-image:url(../images/aboutus-off.jpg);
	background-repeat:no-repeat;
}
#fraboutus {
	background-image:url(../images/fraboutus-off.jpg);
}
#aboutus-ON {
	width:150px;
	height:30px;
	background-image:url(../images/aboutus-on.jpg);
	background-repeat:no-repeat;
}
#fraboutus-ON {
	background-image:url(../images/fraboutus-on.jpg);
}
#aboutus:hover {
	background-image:url(../images/aboutus-on.jpg);
}
#fraboutus:hover {
	background-image:url(../images/fraboutus-on.jpg);
}