/* ================================================================ 
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 {
	height:20px;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:738px;
	z-index:500;
	font-weight: bold;
	color: #FFFFFF;
	background:url(images/ieborder.png) bottom repeat-x;
}

.nav a {
	display:inline-block;
	line-height:15px;
	margin:0;
	padding:0 18px 0 18px;
	white-space:nowrap;
}

.nav .select a:hover, 
.nav .select li:hover,
.nav .select li:hover a b {
	text-decoration:underline;
}

.nav #sectionselect a,
.nav #sectionselect li,
.nav #sectionselect a b {
	text-decoration:overline underline;
}

.nav #sectionselect .select_sub a {
	text-decoration:none;
}

.nav #sectionselect .select_sub a:hover {
	text-decoration:underline;
}

.nav .table {
	display:table; 
	margin:0 auto;
	padding:0;
}

.nav .select {
	padding:0;
	list-style:none;
	display:table-cell;
	margin: 0;
}

.nav ul {
	margin:0;
	padding:0;
}

.nav li {
	margin:0; 
	padding:0; 
	height:auto; 
	float:left;
}

.nav .select a {
	display:inline-block; 
	height:20px; 
	float:left; 
	line-height:15px; 
}

.nav .select_sub {
	display:none;
	text-align:center;
	padding:0;
	border-bottom:1px solid #FFF;
	background:#B31000;	
}

.nav .select_sub a {
	float:none;
}

/* IE6 only */
.nav table {
	border-collapse:collapse; 
	margin:0; 
	font-size:1em; 
	width:0; 
	height:0;
}
.nav #sectionselect a .select_sub {
	display:inline-block; 
	cursor:pointer; 
	color:#fff;
	z-index:1;	
}
.nav .select a:hover {
	display:inline-block; 
	cursor:pointer; 
	color:#fff;
	z-index:2;
}
/* end IE6 only */

.nav .select :hover .select_sub {
	position:absolute;
	display:block; 
	width:738px; 
	top:20px; 
	z-index:2; 
	left:0; 
	padding: 3px 0 0 0;	
}
.nav #sectionselect .select_sub {
	position:absolute;
	display:block; 
	width:738px; 
	top:20px; 
	z-index:1; 
	left:0; 
	padding: 3px 0 0 0;
}

.nav #sectionselect .select_sub a#categoryselect {
	text-decoration:overline underline;
}