DIV.onAir {
	clear:both;
	margin:15px 0 0;
}
	.onAir UL {
		margin:0 20px; padding:0;
		list-style:none;
	}
		.onAir UL LI {
			padding:5px 0;
			clear:both;
			overflow:hidden;
			line-height:20px;
			border-top:1px dotted #949494;
		}
			.onAir UL LI SPAN {
				padding:0 10px;
				display:block;
				float:left;
				margin-right:10px;
				background:#74787b;
				color:#fff;
			}
			.onAir UL LI A {
				text-decoration:none;
			}
			.onAir UL LI.current SPAN {
				background:#e00000;
			}
			.onAir UL LI.current A {
				color:#e00000;
			}
