	#nav{ /* all lists */
		padding: 0 0 0 10px;
		margin: 0;
		border:0;
		list-style: none;
		width : 618px;
		text-align: center;
		z-index: 100;
		background: #0073BE;
		height: 26px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		background: #0073BE;
		color: #663399;
		height: 26px;
		line-height: 26px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		margin: 0 20px 0 0;
	}

	#nav li a, #nav li ul a {
		color: #ffffff;
		text-decoration: none;
	}

	#nav li:hover a{
		color: #ffff33;
	}