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

/*
author: FliteHaus Creative Agency
date modified: 07.01.09
type: nav css
*/

/*---- things to hide for top and left nav ----*/



/*---- top navigation ----*/

#top-nav-wrap {
	width:850px;
	height:34px;
	position:relative;
	margin:0; padding:0;
	background-image:url(/gametech/global-images/top-nav.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#top-nav-wrap ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#top-nav-wrap li, #top-nav-wrap a {
	position:absolute;
	display:block;
	border-bottom: 0px;
	min-height:34px;
}
#top-nav-wrap a span {
	display:none;
}


/*#topnav-home, #topnav-obj, #topnav-who {
	width:281px;
	min-height:34px;
}
*/

#top-nav-wrap li#topnav-home {width:281px; height:34px; left:0px;}
#top-nav-wrap li#topnav-home a {width:233px; height:26px; margin-left:43px;}
#top-nav-wrap li#topnav-home a:hover{ background: transparent url(/gametech/global-images/top-nav.jpg) -43px -34px no-repeat;}

#top-nav-wrap li#topnav-obj {width:281px; height:34px; left:282px;}
#top-nav-wrap li#topnav-obj a {width:272px; height:26px; margin-left:3px;}
#top-nav-wrap li#topnav-obj a:hover{ background: transparent url(/gametech/global-images/top-nav.jpg) -285px -34px no-repeat;}

#top-nav-wrap li#topnav-who {width:281px; height:34px; left:562px;}
#top-nav-wrap li#topnav-who a {width:233px; height:26px; margin-left:4px;}
#top-nav-wrap li#topnav-who a:hover{ background: transparent url(/gametech/global-images/top-nav.jpg) -566px -34px no-repeat;}



/*----- creates active state of button nav -----*/
.hotel #left-nav li.hotel a {background: transparent url(/gametech/global-images/leftnav.jpg) -201px 0px no-repeat;}
.exhibitors #left-nav li.exhibitors a {background: transparent url(/gametech/global-images/leftnav.jpg) -201px 0px no-repeat;}
.registration #left-nav li.registration a {background: transparent url(/gametech/global-images/leftnav.jpg) -201px 0px no-repeat;}
.agenda #left-nav li.agenda a {background: transparent url(/gametech/global-images/leftnav.jpg) -201px 0px no-repeat;}
.multimedia #left-nav li.multimedia a {background: transparent url(/gametech/global-images/leftnav.jpg) -201px 0px no-repeat;}
.challenge #left-nav li.challenge a {background: transparent url(/gametech/global-images/leftnav.jpg) -201px 0px no-repeat;}
.award #left-nav li.award a {background: transparent url(/gametech/global-images/leftnav.jpg) -201px 0px no-repeat;}
.gametech2010 #left-nav li.gametech2010 a {background: transparent url(/gametech/global-images/leftnav.jpg) -201px 0px no-repeat;}
.gametech2009 #left-nav li.gametech2009 a {background: transparent url(/gametech/global-images/leftnav.jpg) -201px 0px no-repeat;}
.gametech2008 #left-nav li.gametech2008 a {background: transparent url(/gametech/global-images/leftnav.jpg) -201px 0px no-repeat;}
.contact #left-nav li.contact a {background: transparent url(/gametech/global-images/leftnav.jpg) -201px 0px no-repeat;}


/*---- end top navigation ----*/



/*---- left navigation ----*/

#left-nav {
	width:201px;
	float:left;
	display:inline;
	min-height:200px;
	margin-right:8px;
}
#left-nav ul {
	margin:0px;
	padding:0px;
}
#left-nav ul li {
	list-style:none;
}
#left-nav li a {
	display:block;
	margin-bottom:4px;
	padding-left:5px;
	padding-top:10px;
	width:196px;
	height:25px;
	text-align:center;
	font-size:0.8em;
	background-image:url(/gametech/global-images/leftnav.jpg);
	background-repeat:no-repeat;
}
#left-nav li a:hover {
	background-image:url(/gametech/global-images/leftnav.jpg);
	background-repeat:no-repeat;
	background-position:-201px 0px;
}


/*---- bottom navigation ----*/
#bottom-nav {
	color:#fff;
	margin:5px auto 20px;
	padding:2px 5px;
	width:735px;
	font-size:0.65em;
}
#bottom-nav a {
	color:#77c043;
}
#bottom-nav a:hover {
	color:#fff;
}

/*---- NEW left navigation ----*/

#GT_Menu {
	width:201px;
	float:left;
	display:inline;
	min-height:200px;
	margin-right:8px;
}
#left-nav ul {
	margin:0px;
	padding:0px;
}
#left-nav ul li {
	list-style:none;
}
#left-nav li a {
	display:block;
	margin-bottom:4px;
	padding-left:5px;
	padding-top:10px;
	width:196px;
	height:25px;
	text-align:center;
	font-size:0.8em;
	background-image:url(/gametech/global-images/leftnav.jpg);
	background-repeat:no-repeat;
}
#left-nav li a:hover {
	background-image:url(/gametech/global-images/leftnav.jpg);
	background-repeat:no-repeat;
	background-position:-201px 0px;
}

