#nav{
	width: 900px;
	margin:left;
	height: 40px;
	padding: 0;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	height:1.5em;
}

#nav ul li {
	float:left;
	font: 0.9em/1.5 Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	width:180px;
	text-align:left;
}

#nav ul li a {
	text-decoration: none;
	display:block;
	padding:10px 30px 10px 30px;
	text-align: center;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
}

#nav ul a:link, #nav ul a:visited{
	color:#FFF;
	text-decoration:none;
	background-image:url(../images/nav-a.png);
	background-repeat: repeat-x;
}
#nav ul a:hover, #nav ul a:active{
	color:#CCC;
	text-decoration:none;
	background-image: url(../images/nav-b.png);
	background-repeat: repeat-x;
}


.free {
	color: #F00;
}
