﻿.nav {
	border-top: 1px solid #FFF;
	height: 25px;
	position: relative;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	width: 640px;
	z-index: 500;
	background: #FFF;
	color: #FFF;
}

.nav .table {
display:table; 
margin:0 auto;
}

.nav .select {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.nav li {
margin:0; 
padding:0; 
height:auto; 
float:left;
}

.nav .select a {
display:block; 
height:25px; 
float:left; 
background: url(left.gif) no-repeat; 
padding:0 0 0 5px; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#040;
}

.nav .select a b {
display:block;
padding:0 10px 0 5px; 
background:url(right.gif) no-repeat 100% 0;
}

.nav .current a {
display:block; 
height:25px; 
float:left; 
background: url(left.gif) no-repeat 0 -200px; 
padding:0 0 0 5px; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#FFF;
}

.nav .current a b {
display:block; 
padding:0 10px 1px 5px; 
background:url(right.gif) no-repeat 100% -200px;
}

.nav .select a:hover, 
.nav .select li:hover a {
background: url(left.gif) no-repeat 0 -100px; 
padding:0 0 0 5px; 
cursor:pointer; 
color:#000;
}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
float:left; 
padding:0 10px 0 5px; 
background:url(right.gif) no-repeat 100% -100px; 
cursor:pointer;
}

.nav .select_sub {
display:none;
background-color:#99cccc;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:0 0 -1px 0; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub {
display:table; 
margin:0 auto; 
padding:0; 
list-style:none;
}

.nav .select :hover .select_sub, 
.nav .current .show {
	display: block;
	position: absolute;
	width: 640px;
	top: 25px;
	padding: 10px 0 0 0;
	z-index: 100;
	left: 0;
	text-align: center;
	background-color: #6A849D;
}

.nav .select :hover .select_sub {
	background-color: #6A849D;
}

.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 0 0 5px; 
background: url(left.gif) no-repeat 0 0; 
margin:0; 
white-space:nowrap; 
border:0; 
color:#000;
font-size:10px;
height:20px;
line-height:20px;
}
.nav .select :hover .sub li a i, 
.nav .current .show .sub li a i {
display:none;
}

.nav .select :hover .sub li a b {
padding:0 10px 0 5px;
background: url(right.gif) no-repeat right 0;
font-weight:normal;
}

.nav .current .sub li.sub_show a {
color:#FFF; 
cursor:default;
padding:0 0 0 5px;
background: url(left.gif) no-repeat 0 -200px; 
}
.nav .current .sub li.sub_show a b {
padding:0 10px 0 5px;
background: url(right.gif) no-repeat right -200px;
font-weight:normal;
}
.nav .current .sub li a b {
padding:0 10px 0 5px;
background: url(right.gif) no-repeat right 0;
font-weight:normal;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#FFF;
padding:0 0 0 5px;
background: url(left.gif) no-repeat 0 -200px; 
}
.nav .select :hover .sub li a:hover b, 
.nav .current .sub li a:hover b {
padding:0 10px 0 5px;
background: url(right.gif) no-repeat right -200px; 
}

.nav .select :hover .sub :hover i, 
.nav .current .show .sub :hover i,
.nav .current .sub li.sub_show a i {
	display: block;
	width: 640px;
	position: absolute;
	left: 0;
	top: 30px;
	text-align: center;
	font-style: normal;
	z-index: 100;
	background-color: #99CCCC;
	color: #000;
}

.nav .current .sub li.sub_show a:hover, 
.nav .current .sub li.sub_show a:hover i {
color:#000;
}

.nav .current .sub li.sub_show a i {
z-index:50;
}
