@charset "utf-8";
/* CSS Document */
/* top_nav */


#top_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#top_nav ul li {
	display: inline;
	float: right;
	margin-top:-25px;
}

#top_nav ul li a {
	display: block;
	float: left;
	width: 83px;
	height: 27px;
	background: url(../images/buttons/navigation.png) 0 0 no-repeat;
}

#top_nav ul li a:hover {
	background-position: 0px center;
}

#top_nav ul li.selected a {
	background-position: 0px bottom;
}

#top_nav ul li#top_nav_bookmark a {
	width: 133px;
	background-position: -615px top;
}

#top_nav ul li#top_nav_bookmark a:hover {
	background-position: -615px center;
}

#top_nav ul li#top_nav_bookmark.selected a {
	background-position: -615px bottom;
}

#top_nav ul li#top_nav_blog a {
	width: 128px;
	background-position: -748px top;
	margin-right: 0;
}

#top_nav ul li#top_nav_blog a:hover {
	background-position: -748px center;
}

#top_nav ul li#top_nav_blog.selected a {
	background-position: -748px bottom;
}

#top_nav ul li span {
	position: absolute;
	top: 0;
	left: -9999px;
}

/* end top_nav */

