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

/* NAVIGATION
==============================================================================*/
#nav {
	position:absolute;
	top:150px;
	left:22px;
}
	#nav ul {
		list-style-type:none;
		padding:0;
		margin:0;
	}
		#nav ul li {
			display:inline;
			padding:0;
			margin:0;
		}
		#nav ul li {
			display:inline;
			float:left;
			padding:0 13px 0 0;
			margin:0;
		}
		#nav ul #home {
			width:48px;
		}
			#nav ul #home a,
			#nav ul #advertising a,
			#nav ul #programming a,
			#nav ul #what_others_say a,
			#nav ul #contact a {
				display:block;
				height:25px;
				text-indent:-5000px;
				
			}
			#nav ul #home a {
				width:48px;
				background:url(/images/nav_home.gif) no-repeat;
				background-position:0px 0px;
			}
			#nav ul #advertising a {
				width:123px;
				background:url(/images/nav_advertising.gif) no-repeat;
				background-position:0px 0px;
			}
			#nav ul #programming a {
				width:215px;
				background:url(/images/nav_programming.gif) no-repeat;
				background-position:0px 0px;
			}
			#nav ul #what_others_say a {
				width:118px;
				background:url(/images/nav_what_others_say.gif) no-repeat;
				background-position:0px 0px;
			}
			#nav ul #contact a {
				width:70px;
				background:url(/images/nav_contact.gif) no-repeat;
				background-position:0px 0px;
			}
			
			#nav ul #home a:hover {
				background-position:0px -25px;
			}
			#nav ul #advertising a:hover {
				background-position:0px -25px;
			}
			#nav ul #programming a:hover {
				background-position:0px -25px;
			}
			#nav ul #what_others_say a:hover {
				background-position:0px -25px;
			}
			#nav ul #contact a:hover {
				background-position:0px -25px;
			}
			
			#nav ul #home a.selected_nav,
			#nav ul #advertising a.selected_nav,
			#nav ul #programming a.selected_nav,
			#nav ul #what_others_say a.selected_nav,
			#nav ul #contact a.selected_nav {
				background-position:0px -25px;
			}
