@charset "UTF-8";
/* CSS Document */

#nav {
	padding: 53px 0 0 0;
	margin-left:190px;
}
	#nav li{
		background: none;
		height: 30px;
		float: left;
		text-align: center;
		position: relative;
		z-index:3;
		float: left;
	}
	
	#nav li a {
		position: relative;
		z-index: 10;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 1.1em;
		text-decoration: none;
		color: #ffffff;
		padding: 0 10px;
	}
	#nav li div.animBG {
		display: none;
		position: absolute;
		z-index: 1;
		top: 0px;
		left: 0px;
		background: #ffffff;
	}

