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

#topbar {
	text-align:right;
	height:84px;
	width:575px;
	background-image:url(/images/topnav/topbar_bkgrnd.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#CCCCCC;
	position:absolute;
	top:0px;
	left:390px;
}
#topbar-items {
	position:absolute;
	top:43px;
	left:20px;
}
.topbar-link-home {
	background-image:url(/images/topnav/menu_home.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:45px;
	height:21px;
	position:absolute;
}
.topbar-link-home:hover {
	background-image:url(/images/topnav/menu_hover_home.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:45px;
	height:21px;
	position:absolute;
}
.topbar-link-games {
	background-image:url(/images/topnav/menu_games.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:150px;
	height:21px;
	position:absolute;
	left:55px;
}
.topbar-link-games:hover {
	background-image:url(/images/topnav/menu_hover_games.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:150px;
	height:21px;
	position:absolute;
	left:55px;
}
.topbar-link-giveaways {
	background-image:url(/images/topnav/menu_giveaways.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:144px;
	height:21px;
	position:absolute;
	left:215px;
}
.topbar-link-giveaways:hover {
	background-image:url(/images/topnav/menu_hover_giveaways.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:144px;
	height:21px;
	position:absolute;
	left:215px;
}
.topbar-link-bodyart {
	background-image:url(/images/topnav/menu_bodyart.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:67px;
	height:21px;
	position:absolute;
	left:369px;
}
.topbar-link-bodyart:hover {
	background-image:url(/images/topnav/menu_hover_bodyart.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:67px;
	height:21px;
	position:absolute;
	left:369px;
}
.topbar-link-pricing {
	background-image:url(/images/topnav/menu_pricing.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:54px;
	height:21px;
	position:absolute;
	left:446px;
}
.topbar-link-pricing:hover {
	background-image:url(/images/topnav/menu_hover_pricing.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:54px;
	height:21px;
	position:absolute;
	left:446px;
}
