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

.sprite {background:url(images/nav.png);}

	.logo { width:179px; height:47px; background-position:-405px -10px; }
		

	.btn {height:30px; width:130px;  margin-top:8px; float:left;}

		/* Social */
		.home {background-position:-49px -13px;}
		.home:hover {background-position:-49px -59px;}

		.menu {background-position:-219px -13px;}
		.menu:hover {background-position:-219px -59px;}

		.events {background-position:-631px -13px;}
		.events:hover {background-position:-631px -59px;}

		.about {background-position:-785px -13px;}
		.about:hover {background-position:-785px -59px;}
		

img {
	border:0px solid #fff;
}
a img {
	border:0px solid #ccc;
}

a:hover img{
	border:0px solid #bbb;
}


#nav {
	float:left;
	width:100%;
	border-top:2px solid #0CC;
	border-bottom:2px solid #0CC;
	overflow:hidden;
	position:relative;
/*	background-color: #00679E;
*/	background: rgb(0, 103, 158); /* The Fallback */
	background: rgba(0, 103, 158, 0.5);
}

#nav ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;

}
#nav ul li {
	display: inline;
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20 0 20px;
	position:relative;
	right:50%;
}