ul#horizontal
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		background: #036;
		float: left;
		width: 100%;
		font-size: 160px;
		
	}
	
	ul#horizontal li { 
	display: inline; 
	font-size:12px;
	}
	
	ul#horizontal a
	{
		display: block;
		float: left;
		padding: .3em 3em;
		text-decoration: none;
		color: #fff;
		background: #036;
		border-right: 1px solid #fff;

	}
	
	ul#horizontal a:hover
	{
		color: #000;
		background: #69C;
	}

