
nav {
width:988px;
height:31px;
	margin: 0 auto; 
	text-align: center;
	position:relitive;z-index:9999;
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {

	padding: 0px;
z-index:9999;
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left; width:122px;height:31px;
		line-height:31px;
	}
		nav ul li:hover {
			background: #0073da;
			background: linear-gradient(top, #0073da 0%, #00c1fa 40%);
			background: -moz-linear-gradient(top, #0073da 0%, #00c1fa 40%);
			background: -webkit-linear-gradient(top, #0073da 0%,#00c1fa 40%);
		}
			nav ul li:hover a {
				color: #fff;
			}
		
		nav ul li a {
			display: block;
			color: #ffffff; text-decoration: none;
			font-size:14px; font-weight:bold;
		}
			
		
	nav ul ul {
		background: #00c1fa; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
	}
		nav ul ul li {
			float: none; 
			border-top: 1px solid #0073da;
			border-bottom: 1px solid #0073da;
		}
			nav ul ul li a {
				padding:0px;
				color: #fff;
			}	
				nav ul ul li a:hover {
					background: #0073da;
				}
		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}
.line{ width:1px; height:26px; margin-top:2px;padding:0px; background:#FFFFFF}	