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

/*Version 1.0
Includes All Navigation and Content Items in the Header
 */

/*Page Main Navigation */


.top_nav_over {
	width:823px;
	overflow:hidden;
	height:322px;
	z-index:30;
	top:188px;
 *top: 188px;
	position:absolute;
	left: -410px;
	margin-left:50%;
}
.top_nav_wrapper {
	display:block;
	position:relative;
	overflow:hidden;
	z-index:100;
}
.top_nav_spacer {
	height:15px;
	display:block;
	clear:both;
	overflow:hidden;
}
.top_nav {
	float:left;
}
.top_nav {
	z-index:100;
	font-size:14px;
	font-weight:regular;
	color:white;
	text-align:center;
}
.top_nav a {
	color:white;
	text-decoration:none;
	width:164px;
	height:34px;
	display:block;
	line-height:34px;
	cursor:pointer;
}
.nav_tab_1 a {
	background:url(../navigation/nav_1.gif) bottom left no-repeat;
}
.nav_tab_2 a {
	background:url(../navigation/nav_2.gif) bottom left no-repeat;
}
.nav_tab_3 a {
	background:url(../navigation/nav_3.gif) bottom left no-repeat;
}
.nav_tab_4 a {
	background:url(../navigation/nav_4.gif) bottom left no-repeat;
}
.nav_tab_5 a {
	background:url(../navigation/nav_5.gif) bottom left no-repeat;
}
.nav_tab_6 a {
	background:url(../navigation/nav_6.gif) bottom left no-repeat;
}
.nav_tab_7 a {
	background:url(../navigation/nav_7.gif) bottom left no-repeat;
}
.nav_tab_1 a:hover, .nav_tab_2 a:hover, .nav_tab_3 a:hover, .nav_tab_4 a:hover, .nav_tab_5 a:hover, .nav_tab_6 a:hover, .nav_tab_7 a:hover  {
	background-position: top;
}
.nav_tab_1.active a {
	background:url(navigation/nav_1_on.gif) left bottom no-repeat;
}
.nav_tab_2.active a {
	background:url(../navigation/nav_2_on.gif) left bottom no-repeat;
}
.nav_tab_3.active a {
	background:url(../navigation/nav_3_on.gif) left bottom no-repeat;
}
.nav_tab_4.active a {
	background:url(../navigation/nav_4_on.gif) left bottom no-repeat;
}
.nav_tab_5.active a {
	background:url(../navigation/nav_5_on.gif) left bottom no-repeat;
}
/*Sharing & Navigation Bar - Directly below Main nav */
.sharing_nav_bar {
	display:block;
}



#dropdown_selectsite {
	margin-right:10px;
	border:1px solid #c3c3c3;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	margin-top: 4px;
	padding: 3px 4px 3px 4px;
}


