/************* NAVIGATION ****************/
.navBar ul {margin:0;padding:0;}

.navBar li {
	display:block;
	margin:0;
	padding:0;
	}
	
/* hide from mac ie5 \*/
.navBar li {display:inline;margin:0;}
/* end hide from mac ie5 */

.navBar a:link, .navBar a:visited {
	display:block;
	padding:0;
	margin:0;
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	}
	

.navBar #home a{width:115px;height:26px;}
.navBar #generalInfo a{width:115px;height:27px;}
.navBar #aboutJA a{width:115px;height:27px;}

.navBar #itinerary a{width:113px;height:26px;}
.navBar #topics a{width:113px;height:27px;}
.navBar #speakers a{width:113px;height:30px;}

.navBar #registration a{width:170px;height:26px;}
.navBar #supporters a{width:170px;height:27px;}
.navBar #sponsorship a{width:170px;height:30px;}

.navBar #press a{width:115px;height:26px;}
.navBar #privacy a{width:115px;height:27px;}
.navBar #contact a{width:115px;height:30px;}


.navBar #home_current a{width:115px;height:26px;}
.navBar #generalInfo_current a{width:115px;height:27px;}
.navBar #aboutJA_current a{width:115px;height:30px;}

.navBar #itinerary_current a{width:113px;height:26px;}
.navBar #topics_current a{width:113px;height:27px;}
.navBar #speakers_current a{width:113px;height:30px;}

.navBar #registration_current a{width:170px;height:26px;}
.navBar #supporters_current a{width:170px;height:27px;}
.navBar #sponsorship_current a{width:170px;height:30px;}

.navBar #press_current a{width:115px;height:26px;}
.navBar #privacy_current a{width:115px;height:26px;}
.navBar #contact_current a{width:115px;height:30px;}


	
.navBar li {font-size:1em;}

/* end hide from mac ie5 */
.navBar span {visibility:hidden;}

.navBar a:hover span, .navBar a:active span, .navBar a:focus span {visibility:hidden;}
	
.navBar a{border:none;}
/* for some reason IE has a bug where it needs this border to display the text correctly */
/* i gave it a null border */
.navBar a:active, .navBar a:hover {border-width:0;}
	
/* normal state */
#home a:link, #home a:visited {background-image:url("images/btn_home01.gif");}
#generalInfo a:link, #generalInfo a:visited {background-image:url("images/btn_info01.gif");}
#itinerary a:link, #itinerary a:visited {background-image:url("images/btn_itinerary01.gif");}
#topics a:link, #topics a:visited {background-image:url("images/btn_topics01.gif");}
#speakers a:link, #speakers a:visited {background-image:url("images/btn_speakers01.gif");}
#registration a:link, #registration a:visited {background-image:url("images/btn_registration01.gif");}
#supporters a:link, #supporters a:visited {background-image:url("images/btn_supporters01.gif");}
#sponsorship a:link, #sponsorship a:visited {background-image:url("images/btn_sponsorship01.gif");}
#press a:link, #press a:visited {background-image:url("images/btn_press01.gif");}
#privacy a:link, #privacy a:visited {background-image:url("images/btn_privacy01.gif");}
#aboutJA a:link, #aboutJA a:visited {background-image:url("images/btn_aboutJA01.gif");}
#contact a:link, #contact a:visited {background-image:url("images/btn_contact01.gif");}


/* hover and focus state */
#home, #home_current a, #home a:hover, #home a:active, #home a:focus {background-image:url("images/btn_home02.gif") !important;}
#generalInfo, #generalInfo_current a, #generalInfo a:hover, #generalInfo a:active, #generalInfo a:focus {background-image:url("images/btn_info02.gif") !important;}
#itinerary, #itinerary_current a, #itinerary a:hover, #itinerary a:active, #itinerary a:focus {background-image:url("images/btn_itinerary02.gif") !important;}
#topics, #topics_current a, #topics a:hover, #topics a:active, #topics a:focus {background-image:url("images/btn_topics02.gif") !important;}
#speakers,#speakers_current a, #speakers a:hover, #speakers a:active, #speakers a:focus {background-image:url("images/btn_speakers02.gif") !important;}
#registration, #registration a:hover, #registration a:active, #registration a:focus {background-image:url("images/btn_registration02.gif") !important;}
#supporters, #supporters_current a, #supporters a:hover, #supporters a:active, #supporters a:focus {background-image:url("images/btn_supporters02.gif") !important;}
#sponsorship, #sponsorship_current a, #sponsorship a:hover, #sponsorship a:active, #sponsorship a:focus {background-image:url("images/btn_sponsorship02.gif") !important;}
#press, #press_current a, #press a:hover, #press a:active, #press a:focus {background-image:url("images/btn_press02.gif") !important;}
#privacy,#privacy_current a, #privacy a:hover, #privacy a:active, #privacy a:focus {background-image:url("images/btn_privacy02.gif") !important;}
#aboutJA, #aboutJA a:hover, #aboutJA a:active, #aboutJA a:focus {background-image:url("images/btn_aboutJA02.gif") !important;}
#contact, #contact_current a, #contact a:hover, #contact a:active, #contact a:focus {background-image:url("images/btn_contact02.gif") !important;}