.nv {
	position: absolute;
	bottom:0px;
	width:790px;
	height:85px;
	background-color:#ffffff;
	background-image: url('bg_nav01.png');
	background-repeat:repeat-x;
	overflow: hidden;
	text-align:center;
	}
	
.nvI {
	position:relative; 
	float:left; 
	width:500px; 
	height:85px; 
	overflow:hidden;
	}
	
.nvS {
	position:relative; 
	width:1200px; 
	height: 85px; 
	padding-top:20px; 
	text-align:left; 
	background-image:url('bg_nav02.png'); 
	background-repeat:no-repeat; 
	background-position:0px 0px; 
	overflow:visible;
	}
	
.lg {
	float:right; 
	width:160px; 
	height:85px; 
	text-align:right; 
	background-image:url('301.png'); 
	background-repeat:no-repeat; 
	background-position:163px 0px; 
	padding-top:20px;
	padding-right: 40px;
	}
	
.nvI a {
	color: #000000;
	}

.lg a {
	color: #000000;
	}
