﻿/* MENU BUTTON STATES */

/* TOP MENU ______________________________________________________________________________________________________________________________________*/
a.menuHome {
	position:relative;
	/*display: block;*/
	height:75px;
	width:365px;
	background-image:url('../images/topmenu_home.jpg');
	background-repeat:no-repeat;
	border:0;
	/* gives links dotted outlines in IE */
	/*border-style: none;*/
	/* Note: Content, background, and borders of inline elements should go in front of the float. Background and borders of a block element should go behind the float, but the content of the block element should go in front of the float.  */
	float:left;
}
/*
a.menuHome:visited {
	border-style: none;
	background-position: 0 -150px;
}
*/
a.menuHome:hover {
	/* Note: For this to work in Firefox and Opera, the background-attachment property must be set to "fixed". ??? */
	background-position:0 -75px;
	border:0;
}
a.menuHome:active {
	background-position:0 -150px;
	border:0;
}
a.menuHomeCurrent {
	position:relative;
	/*display: block;*/
	height:75px;
	width:365px;
	background-image:url('../images/topmenu_home.jpg');
	background-repeat:no-repeat;
	background-position:0 -150px;
	border:0;
	float:left;
}

/*--------------------------------------------------------------------*/
a.menuGames {
	position:relative;
	height:75px;
	width:94px;
	background-image:url('../images/topmenu_games.gif');
	background-repeat:no-repeat;
	border:0;
	float:left;
}
a.menuGames:hover {
	background-position:0 -75px;
	border:0;
}
a.menuGames:active {
	background-position:0 -150px;
	border:0;
}
a.menuGamesCurrent {
	position:relative;
	height:75px;
	width:94px;
	background-image:url('../images/topmenu_games.gif');
	background-repeat:no-repeat;
	background-position:0 -150px;
	border:0;
	float:left;
}

/*--------------------------------------------------------------------*/
a.menuNews {
	position:relative;
	height:75px;
	width:94px;
	background-image:url('../images/topmenu_news.gif');
	background-repeat:no-repeat;
	border:0;
	float:left;
}
a.menuNews:hover {
	background-position:0 -75px;
	border:0;
}
a.menuNews:active {
	background-position:0 -150px;
	border:0;
}
a.menuNewsCurrent {
	position:relative;
	height:75px;
	width:94px;
	background-image:url('../images/topmenu_news.gif');
	background-repeat:no-repeat;
	background-position:0 -150px;
	border:0;
	float:left;
}

/*--------------------------------------------------------------------*/
a.menuAbout {
	position:relative;
	height:75px;
	width:94px;
	background-image:url('../images/topmenu_about.gif');
	background-repeat:no-repeat;
	border:0;
	float:left;
}
a.menuAbout:hover {
	background-position:0 -75px;
	border:0;
}
a.menuAbout:active {
	background-position:0 -150px;
	border:0;
}
a.menuAboutCurrent {
	position:relative;
	height:75px;
	width:94px;
	background-image:url('../images/topmenu_about.gif');
	background-repeat:no-repeat;
	background-position:0 -150px;
	border:0;
	float:left;
}

/*--------------------------------------------------------------------*/
a.menuJobs {
	position:relative;
	height:75px;
	width:94px;
	background-image:url('../images/topmenu_jobs.gif');
	background-repeat:no-repeat;
	border:0;
	float:left;
}
a.menuJobs:hover {
	background-position:0 -75px;
	border:0;
}
a.menuJobs:active {
	background-position:0 -150px;
	border:0;
}
a.menuJobsCurrent {
	position:relative;
	height:75px;
	width:94px;
	background-image:url('../images/topmenu_jobs.gif');
	background-repeat:no-repeat;
	background-position:0 -150px;
	border:0;
	float:left;
}

/*--------------------------------------------------------------------*/
a.menuPress {
	position:relative;
	height:75px;
	width:94px;
	background-image:url('../images/topmenu_press.gif');
	background-repeat:no-repeat;
	border:0;
	float:left;
}
a.menuPress:hover {
	background-position:0 -75px;
	border:0;
}
a.menuPress:active {
	background-position:0 -150px;
	border:0;
}
a.menuPressCurrent {
	position:relative;
	height:75px;
	width:94px;
	background-image:url('../images/topmenu_press.gif');
	background-repeat:no-repeat;
	background-position:0 -150px;
	border:0;
	float:left;
}

/*--------------------------------------------------------------------*/
a.menuContact {
	position:relative;
	height:75px;
	width:94px;
	background-image:url('../images/topmenu_contact.gif');
	background-repeat:no-repeat;
	border:0;
	float:left;
}
a.menuContact:hover {
	background-position:0 -75px;
	border:0;
}
a.menuContact:active {
	background-position:0 -150px;
	border:0;
}
a.menuContactCurrent {
	position:relative;
	height:75px;
	width:94px;
	background-image:url('../images/topmenu_contact.gif');
	background-repeat:no-repeat;
	background-position:0 -150px;
	border:0;
	float:left;
}


/* GAMES ______________________________________________________________________________________________________________________________________*/
/* PREV / NEXT BUTTONS --------------------------------------------------------------------*/
a.previous {
	position:relative;
	left:28px;
	height:20px;
	width:78px;
	background-image:url('../images/button_prev.gif');
	background-repeat:no-repeat;
	border:0;
	float:left;
}
a.previous:hover {
	background-position:0 -20px;
	border:0;
}
a.previous:active {
	background-position:0 -40px;
	border:0;
}
a.previousDisabled {
	position:relative;
	left:28px;
	height:20px;
	width:78px;
	background-image:url('../images/button_prev.gif');
	background-repeat:no-repeat;
	background-position:0 -60px;
	border:0;
	float:left;
}

a.next {
	position:relative;
	right:28px;
	height:20px;
	width:78px;
	background-image:url('../images/button_next.gif');
	background-repeat:no-repeat;
	border:0;
	float:right;
}
a.next:hover {
	background-position:0 -20px;
	border:0;
}
a.next:active {
	background-position:0 -40px;
	border:0;
}
a.nextDisabled {
	position:relative;
	right:28px;
	height:20px;
	width:78px;
	background-image:url('../images/button_next.gif');
	background-repeat:no-repeat;
	background-position:0 -60px;
	border:0;
	float:right;
}