/*
 * Navigation
 */ 
.xp_nav li a {
	background: transparent url(/xp/img/bg_post_nav.png) 0 -15px no-repeat;
	margin-right: 40px;
}
.post_event #nav_home {width: 52px; background-position: -58px -15px; margin-left: 26px;}	/*margin-left: 161px;*/
.post_event #nav_blog {width: 50px; background-position: -147px -15px;}
.post_event #nav_event {width: 95px; background-position: -233px -15px;}
.post_event #nav_photos {width: 70px; background-position: -366px -15px;}
.post_event #nav_tournament {width: 115px; background-position: -472px -15px; margin-right: 77px;}

.post_event #nav_home:hover, 
.post_event.home #nav_home {
	background-position: -58px -45px;
}
.post_event #nav_blog:hover, 
.post_event.blog #nav_blog {
	background-position: -147px -45px;
}
.post_event #nav_event:hover, 
.post_event.event #nav_event {
	background-position: -233px -45px;
}
.post_event #nav_photos:hover, 
.post_event.photos #nav_photos {
	background-position: -366px -45px;
}
.post_event #nav_tournament:hover, 
.post_event.tournament #nav_tournament {
	background-position: -472px -45px;
}
