@charset "utf-8";
/* CSS Document */
#nav-home {
	width: 83px;
	left: 5px;
	}
#nav-meetings {
	width: 103px;
	left: 87px;
	}
#nav-members {
	width: 101px;
	left: 191px;
	}
#nav-subcommittees {
	width: 135px;
	left: 292px;
	}
#nav-papers {
	width: 120px;
	left: 427px;
	}
#nav-events {
	width: 88px;
	left: 547px;
	}
#nav-discuss {
	width: 94px;
	left: 635px;
}
#nav-about {
	width: 88px;
	left: 729px;
}
#nav-links {
	width: 79px;
	left: 817px;
}
.nav_div {
	position: absolute;
	height: 11px;
	width: 1px;
	top:9px;
	border:none;
}
.nav-img {
	position:relative;
	top: 8px;
	border: none;
	z-index:2;
}
.nav-button{
	position:absolute;
	top:1px;
	height:26px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align:center;
	margin:0px;
	cursor:pointer;
}