/* Header */
	#header { z-index:2; height:156px; position:relative; top:5px; }
	#header.news-logo { background:transparent url("images/header-news.png") no-repeat; }
	#header.mag-logo { background:transparent url("images/header-news.png") no-repeat; }
	#header.tv-logo { background:transparent url("images/header-news.png") no-repeat; }
	#header.radio-logo { background:transparent url("images/header-radio.png") no-repeat; }
	#header.shop-logo { background:transparent url("images/header-shop.png") no-repeat; }
	#header.commentary-logo { background:transparent url("images/header-commentary.png") no-repeat; }

	#header h1, #header h2 { text-indent:-2000px; }
	#header h1 a { display:block; height:50px; width:258px; position:absolute; left:10px; top:20px }

/* Top Navigation  */
	ul#nav li a { background-image:url("images/nav2.png"); }

	/* Sliding doors positioning for the navbar */
	ul#nav li#nav-news a, ul#nav li#nav-news a:visited { background-position:0 0; }
	ul#nav li#nav-news a:hover, ul#nav li#nav-news a:visited:hover { background-position:0 -28px; }
	ul#nav li#nav-news a.nav-current { background-position:0 -56px; }

	ul#nav li#nav-mag a, ul#nav li#nav-mag a:visited { background-position:-69px 0; }
	ul#nav li#nav-mag a:hover, ul#nav li#nav-mag a:visited:hover { background-position:-69px -28px; }
	ul#nav li#nav-mag a.nav-current { background-position:-69px -56px; }

	ul#nav li#nav-tv a, ul#nav li#nav-tv a:visited { background-position:-178px 0; }
	ul#nav li#nav-tv a:hover, ul#nav li#nav-tv a:visited:hover { background-position:-178px -28px; }
	ul#nav li#nav-tv a.nav-current { background-position:-178px -56px; }

	ul#nav li#nav-radio a, ul#nav li#nav-radio a:visited { background-position:-221px 0; }
	ul#nav li#nav-radio a:hover, ul#nav li#nav-radio a:visited:hover { background-position:-221px -28px; }
	ul#nav li#nav-radio a.nav-current { background-position:-221px -56px; }

	ul#nav li#nav-shop a, ul#nav li#nav-shop a:visited { background-position:-296px 0; }
	ul#nav li#nav-shop a:hover, ul#nav li#nav-shop a:visited:hover { background-position:-296px -28px; }
	ul#nav li#nav-shop a.nav-current { background-position:-296px -56px; }

	ul#nav li#nav-commentary a, ul#nav li#nav-commentary a:visited { background-position:-367px 0; }
	ul#nav li#nav-commentary a:hover, ul#nav li#nav-commentary a:visited:hover { background-position:-367px -28px; }
	ul#nav li#nav-commentary a.nav-current { background-position:-367px -56px; }

	/* Sets specific width for each nav button  */
	ul#nav li#nav-news a { width:69px; }
	ul#nav li#nav-mag a { width:109px; }
	ul#nav li#nav-tv a { width:43px; }
	ul#nav li#nav-radio a { width:75px; }
	ul#nav li#nav-shop a { width:71px; }
	ul#nav li#nav-commentary a { width:133px; }

	ul#nav { width:500px; height:28px; overflow:hidden; position:absolute; left:10px; bottom:32px }
	ul#nav li { height:28px; float:left; display:inline; }
	ul#nav li a, u#nav li a:visited { height:28px; display:block; overflow:hidden; text-indent:-2000px; }
