#nav {
	margin-bottom:20px;
}
#nav ul{
	list-style:none;
	
	background-image: url('../images/nav/fill.jpg');
	background-repeat: repeat-x;
	
	height:30px;
	padding:0;
	margin:0;
}
#nav li {
	text-align:center;
	width:120px;
	float:left;
	height:30px;
}
#nav li.live {
	background-image: url('../images/nav/fill-live.jpg');
	background-repeat: repeat-x;
}
#nav li.first {
	background-image: url('../images/nav/first.jpg');
	background-repeat: no-repeat;
}
#nav li.first-live {
	background-image: url('../images/nav/first-live.jpg');
	background-repeat: no-repeat;
}
#nav li a {
	font-size:80%;
	position:relative;
	top:5px;
	font-family: Helvetica, Verdana, Arial, Sans-serif;
	font-weight:bold;
	letter-spacing:-.04em;
	color:white;
}
#nav li ul {
	display:none;
}
