﻿:focus {
outline:none;
}

.nav {
	height: 46px;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	width: 1020px;
	z-index: 500;
}

.nav .table {
margin:0 auto;
}


.nav .select,
.nav .current {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

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

.nav .select a {
	display: block;
	height: 46px;
	float: left;
	padding: 0 55px 0 55px;
	text-decoration: none;
	line-height: 46px;
	white-space: nowrap;
	color: #ddd;
}

.nav .current a {
	display: block;
	height: 46px;
	float: left;
	padding: 0 55px 0 55px;
	text-decoration: underline;
	line-height: 46px;
	white-space: nowrap;
	color: #ddd;
}


.nav .select a:hover, 
.nav .select li:hover a {
	padding: 0 55px 0 55px;
	cursor: pointer;
	color: #C0C0C0;
}

.nav .select_sub {
display:none;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub {
	margin: 0 auto 0 75px;
	padding: 0;
	list-style: none;
	float: left;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background:transparent; 
}

.nav .select :hover .select_sub, 
.nav .current .show {
	display: block;
	position: absolute;
	width: 1020px;
	top: 46px;
	padding: 0;
	z-index: 100;
	left: 0;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	text-decoration: none;
}

.nav .current .show {
z-index:10;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block; 
float:left; 
background:transparent; 
padding:0 15px 0 15px; 
margin:0; 
top: 46px;
white-space:nowrap; 
border:0; 
color:#444;
text-decoration: none;
}

.nav .current .sub li.sub_show a {
	cursor: default;
	background-color: #FFFFFF;
	text-decoration: underline;
}
.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
	visibility: visible;
	color: #808080;
	background-color: #FFFFFF;
}
