.nav {
	width: 800px;
	height: 50px;
	background-image: url(../images/nav/background.png);
	background-repeat: x;
	text-align: center;
	margin: auto;
	}
	
.navwrap {
	height: 50px;
	width: 573px;
	margin: auto;
	}

.nav ul {
	display: inline;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	}
	
.nav ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
a.btnhome {
	display: block;
	float: left;
	width: 83px;
	height: 50px;
	background: url(../images/nav/home-button-off.png);
	}
a.btnhome:hover {
	background-image: url(../images/nav/home-button-on.png);
	}
	
a.btnReg {
	display: block;
	float: left;
	width: 83px;
	height: 50px;
	background: url(../images/nav/register-button-off.png);
	}
a.btnReg:hover {
	background-image: url(../images/nav/Register.png);
	}	
	
	
	
a.btnsessions {
	display: block;
	float: left;
	width: 83px;
	height: 50px;
	background: url(../images/nav/session-button-off.png);
	}
a.btnsessions:hover {
	background: url(../images/nav/session-button-on.png);
	}
a.btnspeakers {
	display: block;
	float: left;
	width: 79px;
	height: 50px;
	background: url(../images/nav/speakers-button-off.png);
	}
a.btnspeakers:hover {
	background: url(../images/nav/speakers-button-on.png);
	}
a.btnsponsors {
	display: block;
	float: left;
	width: 78px;
	height: 50px;
	background: url(../images/nav/sponsors-button-off.png);
	}
a.btnsponsors:hover {
	background: url(../images/nav/sponsors-button-on.png);
	}
	
a.btncommunity {
	display: block;
	float: left;
	width: 83px;
	height: 50px;
	background: url(../images/nav/community-button-off.png);
	}
a.btncommunity:hover {
	background-image: url(../images/nav/community-button-on.png);
	}
	
	
	
a.btncontact {
	display: block;
	float: left;
	width: 83px;
	height: 50px;
	background: url(../images/nav/contact-button-off.png);
	}
a.btncontact:hover {
	background: url(../images/nav/contact-button-on.png);
	}