@charset "utf-8";
/* CSS Document */

#navbar {
    clear: right;
	padding: 53px 0 0 185px;
	margin: 0;
	}

#nav {
	margin: 0;
	padding: 0;
	height: 35px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
	
#nav a {
	float: left;
	padding: 35px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:35px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -35px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -35px;
	}
	

	
#nav_castles a {
	width: 81px;
	background: url(images/nav/nav_01.gif) top left no-repeat;
	}
	
#nav_slides a {
	width: 72px;
	background: url(images/nav/nav_02.gif) top left no-repeat;
	}
	
#nav_games a {
	width: 156px;
	background: url(images/nav/nav_03.gif) top left no-repeat;
	}
	
#nav_play a {
	width: 128px;
	background: url(images/nav/nav_04.gif) top left no-repeat;
	}	
	
#nav_events a {
	width: 159px;
	background: url(images/nav/nav_05.gif) top left no-repeat;
	}

	
body#castles #nav_castles a,
body#slides #nav_slides a,
body#games #nav_games a,
body#play #nav_play a,
body#events #nav_events a{
	background-position: 0 -35px;
	}


/*TOPNAV BAR*/

#topnav {
	float: right;
	margin: 22px 60px 0 0;
    padding: 0;
	width: 256px;
	height: 25px;
	overflow: hidden;
	}

#topnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}

#topnav a {
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:25px; /* for IE5/Win only */
	}

#topnav a:hover {
	background-position: 0 -25px;
	}

#topnav a:active, #topnav a.selected {
	background-position: 0 -25px;
	}

#nav_home a {
	width: 57px;
	background: url(images/nav/topnav_01.gif) top left no-repeat;
	}

#nav_terms a {
	width: 57px;
	background: url(images/nav/topnav_02.gif) top left no-repeat;
	}

#nav_location a {
	width: 76px;
	background: url(images/nav/topnav_03.gif) top left no-repeat;
	}

#nav_contact a {
	width: 66px;
	background: url(images/nav/topnav_04.gif) top left no-repeat;
	}

body#home #nav_home a,
body#terms #nav_terms a,
body#about_us #nav_location a,
body#contact #nav_contact a {
	background-position: 0 -25px;
	}