.nav {
	margin: 0px auto; 
	text-align: center;
	background:url(m1bg.jpg) bottom repeat-x
}

.nav ul ul {
	display: none;
}

	.nav ul li:hover > ul {
		display: block;
	}


.nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
}
	.nav ul:after {
		content: ""; clear: both; display: block;
	}

	.nav ul li {
		float: left; line-height:46px; padding-top:5px; width:120px; background:url(fenge.jpg) right center no-repeat;
	}
		.nav ul li:hover {
			background:url(nav.png) center no-repeat
		
		}
			.nav ul li a:hover  {
				color: #015592;
			}
		
		.nav ul li a {
			display: block; padding:0;
			color: #fff; text-decoration: none; font-size:14px; font-weight:bold
		}
			
		
	.nav ul ul {
		background: #268cd7; border-radius: 0px; padding: 0;
		position: absolute; top: 100%; z-index:999
	}
		.nav ul ul li {
			float: none; 
			border-bottom: 1px solid #6aaee1; position: relative;
			background-image:none;
			padding:0;
			width:auto; 
			min-width:120px;
		}
			.nav ul ul li a {
				padding: 0 10px;
				color: #fff;
				font-weight:normal;
				font-size:12px
			}	
			
				.nav ul ul li a:hover {
					background: #47a5ea;
					 color:#FFF
				}
		
	.nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}
		
