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

#themenu {
	float: right;
	padding: 0;
}

#themenu li {
	list-style: none;
	height: 50px;
	float:left;
	display: inline;
}

#themenu li a {
	height: 50px;
	text-indent: -9000px;
	display: block;
}

a#home { background-image: url(../images/nav/home.jpg); width: 66px; }
a#compete { background-image: url(../images/nav/compete-blog.jpg); width: 133px; }
a#contact { background-image: url(../images/nav/contact.jpg); width: 108px; }

a#home:hover,
a#compete:hover,
a#contact:hover { background-position: 0 -50px; }