body
{
	scrollbar-arrow-color:#171717;
	scrollbar-highlight-color:#406882;
	scrollbar-track-color:#171717;
	scrollbar-shadow-color:#9d9c9c;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
}


#menu1 {
    cursor:pointer;
}

#menu2 {
    cursor: pointer;
}

#menu3 {
    cursor: pointer;
}

#menu4 {
    cursor: pointer;
}

#menu5 {
    cursor: pointer;
}

#menu_container
{
	background-image:url('../images/menu_bg.gif');
	background-repeat:repeat-x;
	height:40px;
	border-top: solid 1px #000;
	border-bottom:solid 1px #000;
}

.logoTd
{
	background-color:#3a3839;
	border: none;
	height: 20px;
}

a.collectiblesButton {
	display: block;
	width: 175px;
	height: 36px;
	text-decoration: none;
	background: url("../images/nav_collectibles.gif");
	}

a.collectiblesButton:hover {
	background-position: -150px 0;
	margin-top:1px;
	width: 175px;
	height: 40px;
	background: url("../images/nav_collectibles_on.gif");
	}
		
a.historyButton {
	display: block;
	width: 110px;
	height: 36px;
	text-decoration: none;
	background: url("../images/nav_history.gif");
	}

a.historyButton:hover {
	background-position: -150px 0;
	margin-top:1px;
	width: 110px;
	height: 40px;
	background: url("../images/nav_history_on.gif");
	}
	
a.figuresButton {
	display: block;
	width: 110px;
	height: 36px;
	text-decoration: none;
	background: url("../images/nav_figures.gif");
	}

a.figuresButton:hover {
	background-position: -150px 0;
	margin-top:1px;
	width: 110px;
	height: 40px;
	background: url("../images/nav_figures_on.gif");
	}

a.guidesButton{
	display: block;
	width: 110px;
	height: 36px;
	text-decoration: none;
	background: url("../images/nav_guides.gif");
	}

a.guidesButton:hover {
	background-position: -150px 0;
	margin-top:1px;
	width: 110px;
	height: 40px;
	background: url("../images/nav_guides_on.gif");
	}
	
a.communityButton {
	display: block;
	width: 160px;
	height: 36px;
	text-decoration: none;
	background: url("../images/nav_community.gif");
	}

a.communityButton:hover {
	background-position: -150px 0;
	margin-top:1px;
	width: 160px;
	height: 40px;
	background: url("../images/nav_community_on.gif");
	}

.displace {
	position: absolute;
	left: -5000px;
	}
