﻿@charset "utf-8";
/* CSS Document */
.nav {
	height:38px;
	_height:37px;
	font-family:"宋体";
	font-size:13px;
	margin:0 auto;
	width:982px;
	z-index:500;
	color:#000;
	position:relative;
	top:-10px;
		background:url(../images/dh2.png) no-repeat right;
		margin-bottom:3px

	
}

.nav .table {
display:table; 
}

.nav .select,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;

}

.nav li {
padding:0; 
height:auto; 
float:left;

}

.nav .select a {
	display:block;
	height:37px;
	float:left;
	padding:0px 20px 0 20px;
	text-decoration:none;
	line-height:37px;
	white-space:nowrap;
	background:url(../images/dh3.png) repeat-x bottom;
	color:#000;
}

.nav .current a {
	display:block;
	height:38px;
	
	float:left;
	padding:0 0 0 15px;
	text-decoration:none;
	line-height:35px;
	white-space:nowrap;
	color:#000;
}


.nav .current a {
	display:block;
	padding:0 30px 0 15px;
}

.nav .select a:hover , 
.nav .select li:hover a  {
	display:block;
	float:left;
	padding:0 20px 0 20px;
	color:#FF7533;
}

.nav .select_sub {
display:none;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub {
display:table; 
padding:0; 
list-style:none;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background:transparent; 
color:#C30;
}


.nav .select :hover .select_sub, 
.nav .current .show {
	display:block;
	position:absolute;
	width:750px;
	top:30px;
	padding:0;
	z-index:100;
	left:0;
	text-align:center;
}

.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 10px 0 10px;
	margin:0;
	white-space:nowrap;
	border:0;
	color:#003366;
}

.nav .current .sub li.sub_show a {
	color:#003366;
	cursor:default;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
	visibility:visible;
	color:#FF6600;
}

#lemonbrand{ width:120px; background:url(../images/lemonbrand.png) no-repeat; height:38px; float:left; }
#in{background:url(../images/dh.png) right no-repeat; padding:0 30px 0 0;}
#sy{ float:left; position:relative; top:10px; left:25px; background-color:#F00}
#syli{background:url(../images/dh3.png) repeat-x bottom;}
#sya{ padding:0 40px 0 20px; position:relative; left:20px;}
#zh{ padding:0 120px 0 20px;}

