@charset "utf-8";
/* CSS Document */

#subnav {
	height: 24px;
	background:url(../images/nav/secondary_nav/bg6a.jpg) left;
	border-bottom: solid #82b5cd 1px;
}

#subnav.photos {
	height: 24px;
	background:url(../images/nav/secondary_nav/bg6_photos.jpg) left;
	border-bottom: solid #82b5cd 1px;
}

/*Secondary Navigation Backgrounds*/

/*
#subnav ul.main {
	margin-left:60px;
}
*/

#subnav li {
	float:left;
	position:relative;
	height:24px;
	list-style-type:none;
	margin: 0 2px;
	line-height: 24px;
	text-align:center;
	color:#666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding:1px 0px 6px 2px; /* left 3 px because of left image */ 
	z-index:100;
}


#subnav li a {
	text-decoration: none;
}

#subnav span.red {
	color:#990000;
}

#subnav span.blue {
	color:#000099;
}

#subnav span.green {
	color:#009900;
}

#subnav span {
	padding:6px 3px 6px 3px;
	color:#666666;
	font-weight:bold;
}


/* show picture when mouse over link */
#subnav li#drop:hover,#subnav li#drop-column:hover,#subnav li.red a:hover,#subnav li.blue a:hover,#subnav li.green a:hover, #subnav li.active{
	background: url(../images/nav/secondary_nav/left.jpg) no-repeat left 1px;
}

#subnav li:hover span, #subnav li.active span {
	background:url(../images/nav/secondary_nav/right.jpg) no-repeat right 1px;
	color:#FFFFFF;
	font-weight:bold;
}




/*Drop Down Menus*/
/*Original Source: Greg Lunn, SCETV.org*/

#subnav_drop .sublist {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.2;
	width:auto;
	text-align:left;
	list-style:none;
	position:absolute;
	top:25px;
	left:1px;
	background:#fff;
	background-position:bottom;
	padding:8px 30px 8px 12px;
	border-left:1px solid #82b5cd;
	border-right:1px solid #82b5cd;
	border-bottom:1px solid #82b5cd;
	display:none;
	white-space:nowrap;
	z-index:100;
}
#subnav_drop .sublist li {
	margin-top:0;
	float:none;
}
#subnav_drop li:hover .sublist {
	display:block;
}
.sublist a:link, .sublist a:visited {
	color:#000;
	text-decoration:none;
}
.sublist a:hover, .sublist a:active {
	color:#005bb6;
	text-decoration:underline;
}
.sublist dt {
	color:#0f2e7c;
	font-size:11px;
	line-height:1.2;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:8px;
	margin-bottom:8px;
}
.sublist dt a:link, .sublist dt a:visited/*, .sublist strong*/ {
	color:#0f2e7c;
}
.sublist dd {
	font-size:11px;
	line-height:1.2;
	margin:0 0 6px 6px;
}
.sublist ul {
	font-size:11px;
	line-height:1.2;
	list-style:none;
	margin:0;
}
#subnav_drop .sublist .spacer {
	margin-top:11px;
}
#subnav_drop .sublist .star {
	color:#00c;
	background:none;
}
#subnav_drop .sublist .star_text {
	color:#333;
	font-weight:normal;
	font-size:10px;
	margin: none;
	background:none;
}
#subnav_drop #drop-column .sublist {
	width:350px;
}
#subnav_drop .sublist-column {
	float:left;
	width:165px;
	margin-right:10px;
}



