    .bar {	
    height: 16px;
	margin: 10px 0 10px 0;
    }	
	.bar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.bar li {
		padding-right:12px;
		margin: 0;
		height: 16px;
		display: inline;
		/* float:left; */
		list-style-type: none;		
		color:yellow;
	}
		
	.bar li a {
		color:white;
		text-decoration: none;
	}
	
	.bar a:visited{
	color:white;
    text-decoration: none;
	}	

	
	.bar li a:hover {
		color: red;		
		font-weight: bold;
		text-decoration: none;
	}
