.nav {
	margin: 0px auto;
	position:relative;
	 width:100%;
	text-align: center;
	background:url(../images/menubg.jpg) repeat-x;
	border-bottom:#004f8d 1px solid;
	
box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
z-index:9999
	
}

.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:45px; background:url(../images/menubgg.jpg) no-repeat center right;
	}
		.nav ul li:hover {
			background:url(../images/menubgg.jpg) no-repeat center right;
			
		}
			.nav ul li:hover a {
				color: #aae4ff;
			}
		
		.nav ul li a {
			display: block; width:157px;
			color: #fff; text-decoration: none; font-size:16px;
		}
			
		
	.nav ul ul {
		background: #0080d2; border-radius: 0px; padding: 0;
		position: absolute; top: 100%; z-index:999; background-image:none
	}
		.nav ul ul li {
			float: none; 
			border-top: 1px solid #3ea6e9;
		position: relative;
		line-height:35px;
		min-width:122px
		}
			.nav ul ul li a {
				padding: 0;
				color: #fff;
				padding:0 10px;
				 font-size:14px;
			}	
				.nav ul ul li a:hover {
					background: #3ea6e9; color:#FFF
				}
		
	.nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}
		
