@charset "utf-8";
/* CSS Document */

#sub_nav_box {
	padding-top: /*3px*/ 0px;

}

#sub_nav {
	height: 24px;
	background:url(../images/nav/secondary_nav/bg6.jpg) left;
	border-bottom: solid #82b5cd 1px;
}

#sub_nav.photos {
	height: 24px;
	background:url(../images/nav/secondary_nav/bg6_photos.jpg) left;
	border-bottom: solid #82b5cd 1px;
}

/*Secondary Navigation Backgrounds*/

#sub_nav ul {
	text-align: center;
}

#sub_nav li {
	display:block;
	display: inline;
	list-style-type:none;
	margin: 0;
}

#sub_nav li.red a {
	color:#990000;
}

#sub_nav li.blue a {
	color:#000099;
}

#sub_nav li.green a {
	color:#009900;
}

#sub_nav li a {
	line-height: 24px;
	text-align:center;
	color:#666666;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding:6px 3px 6px 2px; /* left 3 px because of left image */ 
}

#sub_nav a span {
padding:6px 3px 6px 3px;
}


/* show picture when mouse over link */

#sub_nav a:hover, #sub_nav li.red a:hover,#sub_nav li.blue a:hover,#sub_nav li.green a:hover{
background: url(../images/nav/secondary_nav/left.jpg) no-repeat left center;
color:#FFFFFF;
}

#sub_nav a:hover span {
background:url(../images/nav/secondary_nav/right.jpg) no-repeat right center;
}

#sub_nav li.active a {
	background: url(../images/nav/secondary_nav/left.jpg) no-repeat left center;
	color:#FFFFFF;
}

#sub_nav li.active span {
	background:url(../images/nav/secondary_nav/right.jpg) no-repeat right center;

	color:#FFFFFF;
}

/*Drop Down Menus*/

#sub_nav_drop .dpane {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.2;
	width:auto;
	list-style:none;
	position:absolute;
	top:24px; left:-1px;
	background:#fff;
	background-position:bottom;
	padding:8px 30px 8px 12px;
	border:1px outset #6b6b6b;
	display:none;
	white-space:nowrap;
	z-index:100;
}
#sub_nav_drop .dpane li {
	margin-top:0;
	float:none;
}
#sub_nav_drop li:hover .dpane {
	display:block;
}
.dpane a:link, .dpane a:visited {
	color:#000;
	text-decoration:none;
}
.dpane a:hover, .dpane a:active {
	color:#005bb6;
	text-decoration:underline;
}
.dpane dt {
	color:#0f2e7c;
	font-size:11px;
	line-height:1.2;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:8px;
}
.dpane dt a:link, .dpane dt a:visited, .dpane strong {
	color:#0f2e7c;
}
.dpane dd {
	font-size:11px;
	line-height:1.2;
	margin:0 0 6px 6px;
}
.dpane ul {
	font-size:11px;
	line-height:1.2;
	list-style:none;
	margin:0;
}
#sub_nav_drop .dpane .spacer {
	margin-top:11px;
}
#sub_nav_drop #nav2 .dpane {
	width:330px;
}
#sub_nav_drop .navcolumn {
	float:left;
	width:155px;
	margin-right:10px;
}



