#nav {
	width: 540px;
	height: 49px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 21px;
	left: 205px;
}
#nav li {
	margin: 0px 7px 0px 0px;
	padding: 0px;
	list-style: none;
	height: 49px;
	top: 0px;
	float:left;
}
#nav a {
	display: block;
	color: #000000;
	padding: 16px 20px 16px 20px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
#nav li:hover a {color: #ffffff; background: url(../images/nav-roll.gif) top center no-repeat;}

