#menu a {
	display: block;
	height: 33px;
	text-decoration: none;
}

#menu div {
	float: left;
}

#menu a:hover {
	background-position: 0 33px;
}



.home a {
	background: url(imgs/header-barhome.gif);
	width: 61px;
}

.home2 a {
	background: url(imgs/header-barhome.gif);
	background-position: 0 33px;
	width: 61px;
}

.me a {
	background: url(imgs/header-barme.gif);
	width: 88px;
}

.me2 a {
	background: url(imgs/header-barme.gif);
	background-position: 0 33px;
	width: 88px;
}

.tm a {
	background: url(imgs/header-bartm.gif);
	width: 142px;
}

.tm2 a {
	background: url(imgs/header-bartm.gif);
	background-position: 0 33px;
	width: 142px;
}

.vids a {
	background: url(imgs/header-barvids.gif);
	width: 66px;
}

.vids2 a {
	background: url(imgs/header-barvids.gif);
	background-position: 0 33px;
	width: 66px;
}

.help a {
	background: url(imgs/header-barhelp.gif);
	width: 111px;
}

.help2 a {
	background: url(imgs/header-barhelp.gif);
	background-position: 0 33px;
	width: 111px;
}

.contact a {
	background: url(imgs/header-barcontact.gif);
	width: 76px;
}

.contact2 a {
	background: url(imgs/header-barcontact.gif);
	background-position: 0 33px;
	width: 76px;
}

