@import url(http://fonts.googleapis.com/css?family=Allura&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900,700,600&subset=latin-ext);
*
{
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
}


			
			.nav > li > a
			{
			color:#000;
			background:transparent;
			padding:5px;
			}
			.nav > li > a:hover
			{
			color:#fff;
			background:#FF8533;
			}
			
			.nav .open>a, .nav .open>a:focus, .nav .open>a:hover
			{
			color:#fff;
			background:#FF8533;
			}
