/* Below contains the css for the HOME link/image */
/* please note this css file should only contain css affecting the menu for readability  */

#nav_HOME {

	display: block;
	background-repeat: no-repeat;
	width: 272px;
	height: 64px;
}
#nav_HOME a {

	border: 0px;
	display: block;
	width: 272px;
	height: 64px;
}
#nav_HOME a:hover {

	visibility: visible;
	display:block;
	border: 0px;
	width: 272px;
	height: 64px;
}

#nav_HOME a img
{
	border: 0px;
	top: -500px;
	position: absolute;
}

#nav_HOME a:hover img
{
	border: 0px;
	top: 0px;
	left: 0px;
	height: 64px;
	position: relative;
}




#nav_CHAT {
	background-repeat: no-repeat;
	display: block;
	width: 272px;
	height: 64px;
}
#nav_CHAT a {
	

	border: 0px;
	display: block;
	width: 272px;
	height: 64px;
}
#nav_CHAT a:hover {

	visibility: visible;
	display:block;
	border: 0px;
	width: 272px;
	height: 64px;
}

#nav_CHAT a img
{
	border: 0px;
	top: -500px;
	position: absolute;
}

#nav_CHAT a:hover img
{
	border: 0px;
	top: -47px;
	left: 0px;
	height: 85px;
	position: relative;
}





#nav_ABOUT {

	display: block;
	width: 272px;
	height: 64px;
}
#nav_ABOUT a {
	display:block;
	width: 272px;
	height: 64px;
}
#nav_ABOUT a:hover {
	visibility: visible;
	display:block;
	width: 272px;
	height: 64px;
}

#nav_ABOUT a img
{
	border: 0px;
	top: -500px;
 	height: 64px;  
	position: absolute;
}

#nav_ABOUT a:hover img
{
	border: 0px;
	top: -54px;
	left: 0px;
	height: 86px;  
	position: relative;
}


#nav_FORUMS {
	display: block;
	width: 272px;
	height: 64px;
}
#nav_FORUMS a {
	display:block;
	width: 272px;
	height: 64px;
}
#nav_FORUMS a:hover {
	visibility: visible;
	display:block;
	width: 272px;
	height: 64px;
}

#nav_FORUMS a img
{
	border: 0px;
	top: -500px;
	height: 64px;
	position: absolute;

}

#nav_FORUMS a:hover img
{
	border: 0px;
	top: -70px;
	left: 0px;
	height: 86px;
	position: relative;

}


#nav_BTTM 
{
	position: absolute;
	top: 208px;
	
}


