div#navBar {
	position:relative;
	float:right;
	margin:-56px 0 0 0;
	right:160px;
	width:555px;
	height:43px;
	z-index:100;
	}
#nav {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 43px;
	display: inline;
	overflow: hidden;
	width:555px;
	}
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#nav a {
	float: left;
	padding: 43px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:43px; /* for IE5/Win */
	}
#eventsLink a {
	width:113px;
	background:url(../images/nav_bar_full.gif) 0 0 no-repeat;	
	}
#eventsLink a.selected { background-position: 0 -43px; width:113px; }
#eventsLink a:hover { background-position: 0 -43px; width:113px; }

#galleryLink a {
	width:125px;
	background:url(../images/nav_bar_full.gif) -113px 0 no-repeat;
	}
#galleryLink a.selected { background-position: -113px -43px; width:125px; }
#galleryLink a:hover { background-position: -113px -43px; width:125px; }

#privateLink a {
	width:191px;
	background:url(../images/nav_bar_full.gif) -238px 0 no-repeat;	
	}
#privateLink a.selected { background-position: -238px -43px; wwidth:191px; }
#privateLink a:hover{ background-position: -238px -43px; width:191px; }

#specialLink a {
	width:126px;
	background:url(../images/nav_bar_full.gif) -429px 0 no-repeat;	
	}
#specialLink a.selected { background-position: -429px -43px; width:126px; }
#specialLink a:hover { background-position: -429px -43px; width:126px; }
