/* ================================================================ 
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/pro_dropline.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.
=================================================================== */

.nav {
width: 725px; 
height: 100px;
position:relative; 
background: url(http://www.frc.org/img/call2fall/menu.jpg);
}

.nav .select,
.nav .current {
height: 100px;
margin: 0; 
_margin: 0 0 -5px 0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
border: 0px solid grey;
}

.nav ul {
 display: block;
}

.nav li {
float:left;
border: 0px solid purple;
}


ul.sub li{
height: 10px;
font-size: 12px;
font-weight: bold;
float:left;
padding: 10px 0 13px 0;
border: 0px solid fuchsia;
}

.nav .select a {
border: 0px red solid;
display:block; 
float:left;
margin:0; 
padding:0; 
text-decoration:none; 
white-space:nowrap; 
color:#ddd;
}

.nav .current a#start {
float:left; 
background: url(http://www.frc.org/img/call2fall/menu.jpg) 0 100px; 
text-decoration:none; 
color:#fff;
border: 0px red solid;
}
.nav .current a#help {
float:left; 
background: url(http://www.frc.org/img/call2fall/menu.jpg) -135px 100px; 
text-decoration:none; 
color:#fff;
border: 0px red solid;
}
.nav .current a#story {
float:left; 
background: url(http://www.frc.org/img/call2fall/menu.jpg) -330px 100px; 
text-decoration:none; 
color:#fff;
border: 0px red solid;
}
.nav .current a#store {
float:left; 
background: url(http://www.frc.org/img/call2fall/menu.jpg) -485px 100px; 
text-decoration:none; 
color:#fff;
border: 0px red solid;
}
.nav .current a#basics {
float:left; 
background: url(http://www.frc.org/img/call2fall/menu.jpg) -585px 100px; 
text-decoration:none; 
color:#fff;
border: 0px red solid;
}



.nav .current a b {
display:block; 
padding:0; 
background: url(http://www.frc.org/img/call2fall/menu.jpg) bottom left; 
}



.nav .select a:hover, 
.nav .select li:hover a {
cursor:pointer; 
color:#fff;
border: 0px yellow solid;
}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
float:left; 
cursor:pointer;
border: 0px blue solid;
}
/*

.nav .select a#start:hover, 
.nav .select li#start:hover {
background: url(http://www.frc.org/img/call2fall/menu.jpg) 0 100px; 
}

.nav .select a#help:hover, 
.nav .select li#help:hover {
background: url(http://www.frc.org/img/call2fall/menu.jpg) -135px 100px; 
}
 
.nav .select a#story:hover, 
.nav .select li#story:hover {
background: url(http://www.frc.org/img/call2fall/menu.jpg) -330px 100px; 
}

.nav .select a#store:hover, 
.nav .select li#store:hover {
background: url(http://www.frc.org/img/call2fall/menu.jpg) -485px 100px; 
}

.nav .select a#tour:hover, 
.nav .select li#tour:hover {
background: url(http://www.frc.org/img/call2fall/menu.jpg) -485px 100px; 
}

.nav .select a#basics:hover, 
.nav .select li#basics:hover {
background: url(http://www.frc.org/img/call2fall/menu.jpg) -585px 100px; 
}

*/


.nav .select_sub {
display:none;
}


/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:0; 
width:0; 
height:0;
background: #E5E5E5;
border: 0px  blue solid;
}

.nav .sub {
display:table; 
padding:0;
float: left;
list-style:none;
border: 0px blue solid;
}

.select_sub ul#startsub {
	margin:0 0 0 20px;
}

.select_sub ul#helpsub {
	margin:0 0 0 160px;
}

.select_sub ul#storysub {
	margin:0 0 0 345px;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background: #E5E5E5;
color:#f00;
}

.nav .select :hover .select_sub, 
.nav .current .show {
display:block; 
position:absolute; 
width:725px; 
top: 100px; 
background: white;
text-decoration: none;
padding:0; 
margin: 0 0 5px 0;
z-index:100; 
left:0; 
text-align:center;
border: 0px blue solid;
}

/*.nav .select :hover .select_sub {
background: #E5E5E5;
}

.nav .select :hover .select_sub .whtsub {
	background: #FFF;
}*/

.nav .current .show {
z-index:10;
text-decoration: none;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block; 
float:left; 
background:transparent; 
padding:0 10px 0 10px; 
margin:0; 
white-space:nowrap; 
border: 0px solid yellow; 
color:#999;
text-decoration: none;
}

.nav .current .sub li.sub_show a {
color:#a60018; 
cursor:default; 
background:url(menus/back_1.gif);
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#a60018; 
background:url(menus/back_1.gif);
}
