@charset "UTF-8";
/* CSS Document */


/* Styles for the entire LavaLamp menu */
.nav {
	position:relative;
	width:70%;
	float:right;
	top:-50px;

	

}
	/* Force the list to flow horizontally */
	.nav li {
		float: right;
		list-style-type: none;
		margin:0 15px;
	}
		
		.nav li a {
			position: relative; overflow: hidden;
			text-decoration: none;
			
			text-align: center;
			
			z-index: 10; letter-spacing: 0;
			float: left; display: block;
			padding-top:5px;
		}
	.nav li a:hover {
			border-top:5px solid #666;
			padding-top:5px;
			margin-top:-5px;
		}
		
		.current {
	border-top:5px solid #ff9933;
	position:relative;
	top:-6px;
			
		}
