@charset "UTF-8";
#navigation {
	height: 63px;
	position: absolute;
	top: 48px;
	z-index: 3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 850px;
	left: 64px;
}
/* Set the UL to have no list item and give it a height */
#navigation ul {
	border: none;
	width: 800px;
	list-style-type: none;
	z-index: 5;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

#navigation ul li {
	/* This allows each li to line up next to each other on a single line */
	display: inline;
	/* This allows each item to be horizontal */
	float: left;
	/* This will be used later for dropdowns */
	position: relative;
	}

#navigation ul li a {
	/* change each anchor item to a block so that it takes up space */
	display: block;
	text-decoration: none;
	/* WIN IE5 hack */
	height: 63px;
	}

/* Hide the text on the top nav bar */
#navigation ul li a span {
	display: none;
	}

/* On over move the viewable portion of the image up */
#navigation ul li a:hover {
	background-position: 0 -63px;
	}

/* No active state here so make sure it shows the default portion of the image */
#navigation ul li a:active {
	background-position: 0 -63px;
	}

/* Set each background image and make styles to set the selected state */

#homeLink a {
	background-position: 0 0;
	width: 247px;
	background-image: url(../images/btn_logo.jpg);
	background-repeat: no-repeat;
	}
#homeLink a:hover, #homeLink a:active, #homeLink .selected {
	background-position: 0 0;
	}
#aboutLink a {
	background-position: 0 0;
	width: 111px;
	background-image: url(../images/btn_about.jpg);
	background-repeat: no-repeat;
	}
#aboutLink a:hover, #aboutLink a:active, #aboutLink .selected {
	background-position: 0 -63px;
	}

#portfolioLink a {
	background: url(../images/btn_portfolio.jpg) top left no-repeat;
	background-position: 0 0;
	width: 79px;
	}
#portfolioLink a:hover, #portfolioLink a:active, #portfolioLink .selected {
	background-position: 0 -63px;
	}

#videoLink a {
	background: url(../images/btn_video.jpg) top left no-repeat;
	background-position: 0 0;
	width: 65px;
	}
#videoLink a:hover, #videoLink a:active, #videoLink .selected {
	background-position: 0 -63px;
	}
	
#tvshowsLink a {
	background: url(../images/btn_tvshows.jpg) top left no-repeat;
	background-position: 0 0;
	width: 91px;
	}
#tvshowsLink a:hover, #tvshowsLink a:active, #tvshowsLink .selected {
	background-position: 0 -63px;
	}
	
#blogsLink a {
	background: url(../images/btn_blogs.jpg) top left no-repeat;
	background-position: 0 0;
	width: 60px;
	}
#blogsLink a:hover, #blogsLink a:active, #blogsLink .selected {
	background-position: 0 -63px;
	}
	
#contactLink a {
	background: url(../images/btn_contact.jpg) top left no-repeat;
	background-position: 0 0;
	width: 73px;
	}
#contactLink a:hover, #contactLink a:active, #contactLink .selected {
	background-position: 0 -63px;
	}
	
#shopLink a {
	background: url(../images/btn_shop.jpg) top left no-repeat;
	background-position: 0 0;
	width: 67px;
	}
#shopLink a:hover, #shopLink a:active, #shopLink .selected {
	background-position: 0 -63px;
	}


/* keep rollover active while on dropdown */
#navigation li a:hover,
#navigation li:hover a,
#navigation li.sfhover a {
	background-position: 0 -63px;
	}

/* dropdown list styles */
#navigation li ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 63px;
	background-image: none;
	}

#navigation li > ul {
	top: auto;
	left: auto;
	}

* html #navigation li ul {
	display: block;
	left: -10000px;
	}

/* this rule is for IE-Mac. */
#navigation li.over #navigation li.sfhover {
	border-width: 0;
	}

#navigation li:hover ul, #navigation li.over ul, #navigation li.sfhover ul  { /* lists nested under hovered list items */
	display: block;
	left: 0;
	}

#navigation li ul li {
	margin: 0;
	padding: 0;
	/* for IE 5.x */
	margin-left: -16px;
	display: block;
	float: none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	/* Set the border to 0 for IE */
	border-right-width: expression("0");
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-left: 0;
	margin-top: 3;
	text-align: left;
	}

/* IE 5/6 Hack to fix a 3px gap under main category buttons */
* html #navigation li {
	margin: 0 0 -3px 0;
	}

/* IE 5.01 Hack, because IE 5.01 does not recognize the first style. This is thrown away then the other styles are applied */
#navigation li ul a {
	}

#navigation ul li ul {
	width: 140px;
	}

#navigation ul li ul a {
	color: #ffffff;
	background: #3D3C3C;
	padding: 4px 9px 4px 10px;
	height: auto;
	width: 119px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 119px;
	}

#navigation li ul a:hover {
	background-color: #CCCCCC;
	color: #000000;
	}

#highlandsLink ul, #highlandsLink ul li,
#whiteoakLink ul, #whiteoakLink ul li,
#stocktonLink ul, #stocktonLink ul li,
#clarkrangeLink ul, #clarkrangeLink ul li {
	background-color: #CCCCCC;
	}

/** Support for the "sfhover-fix.js" **/
* html #navigation ul iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	}
/** end **/















#content #show_nav {
	height: 49px;
	background-image: url(../images/show_nav_back.jpg);
	position: absolute;
	z-index: 0;
	top: 168px;
	width: 567px;
	padding-left: 384px;
}

/* Set the UL to have no list item and give it a height */
#show_nav ul {
	border: none;
	width: 420px;
	list-style-type: none;
	z-index: 1;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

#show_nav ul li {
	/* This allows each li to line up next to each other on a single line */
	display: inline;
	/* This allows each item to be horizontal */
	float: left;
	/* This will be used later for dropdowns */
	position: relative;
	}

#show_nav ul li a {
	/* change each anchor item to a block so that it takes up space */
	display: block;
	text-decoration: none;
	/* WIN IE5 hack */
	height: 49px;
	}

/* Hide the text on the top nav bar */
#show_nav ul li a span {
	display: none;
	}

/* On over move the viewable portion of the image up */
#show_nav ul li a:hover {
	background-position: 0 -49px;
	}

/* No active state here so make sure it shows the default portion of the image */
#show_nav ul li a:active {
	background-position: 0 0;
	}
#aboutshowLink a {
	background-position: 0 0;
	width: 130px;
	background-image: url(../images/btn_aboutshow.jpg);
	background-repeat: no-repeat;
	}
#aboutshowLink a:hover, #aboutshowLink a:active, #aboutshowLink .selected {
	background-position: 0 -49px;
	}
#programLink a {
	background-position: 0 0;
	width: 121px;
	background-image: url(../images/btn_programguide.jpg);
	background-repeat: no-repeat;
	}
#programLink a:hover, #programLink a:active, #programLink .selected {
	background-position: 0 -49px;
	}
#videosLink a {
	background-position: 0 0;
	width: 70px;
	background-image: url(../images/btn_videos.jpg);
	background-repeat: no-repeat;
	}
#videosLink a:hover, #videosLink a:active, #videosLink .selected {
	background-position: 0 -49px;
	}
#sponsorsLink a {
	background-position: 0 0;
	width: 87px;
	background-image: url(../images/btn_sponsors.jpg);
	background-repeat: no-repeat;
	}
#sponsorsLink a:hover, #sponsorsLink a:active, #sponsorsLink .selected {
	background-position: 0 -49px;
	}
