/* Nav Styles */

/* Top Nav */

#topLinks {
	background-image: url(img/topbar_bkg.jpg);
	background-repeat: repeat-x;
	width: 760px;
	background-color: #F27900;
	padding: 0;
	margin: 0 5px 0 5px;
	height: 29px;
	padding-left: 7px;
	voice-family : "\"}\"";
    voice-family : inherit;
    width : 753px;

}

#topLinks li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	height: 29px;
}

#topLinks span {
	display: none
}

#home a {
	display: block;
	background-image: url(img/home_btn.gif);
	background-repeat: no-repeat;
	width: 66px;
	height: 29px
}

#home a:hover {
	display: block;
	background-image: url(img/home_btn.gif);
	background-repeat: no-repeat;
	width: 66px;
	height: 29px;
	background-position: 0 -29px
}

#home a.on {
	display: block;
	background-image: url(img/home_btn.gif);
	background-repeat: no-repeat;
	width: 66px;
	height: 29px;
	background-position: 0 -29px
}

#donate a {
	display: block;
	background-image: url(img/donation_btn.gif);
	background-repeat: no-repeat;
	width: 148px;
	height: 29px
}

#donate a:hover {
	display: block;
	background-image: url(img/donation_btn.gif);
	background-repeat: no-repeat;
	width: 148px;
	height: 29px;
	background-position: 0 -29px
}

#donate a.on {
	display: block;
	background-image: url(img/donation_btn.gif);
	background-repeat: no-repeat;
	width: 148px;
	height: 29px;
	background-position: 0 -29px
}


#research a { 
	display: block;
	background-image: url(img/research_btn.gif);
	background-repeat: no-repeat;
	width: 123px;
	height: 29px
}

#research a:hover { 
	display: block;
	background-image: url(img/research_btn.gif);
	background-repeat: no-repeat;
	width: 123px;
	height: 29px;
	background-position: 0 -29px
}

#research a.on { 
	display: block;
	background-image: url(img/research_btn.gif);
	background-repeat: no-repeat;
	width: 123px;
	height: 29px;
	background-position: 0 -29px
}

#video a {
	display: block;
	background-image: url(img/video_btn.gif);
	background-repeat: no-repeat;
	width: 147px;
	height: 29px
}

#video a:hover {
	display: block;
	background-image: url(img/video_btn.gif);
	background-repeat: no-repeat;
	width: 147px;
	height: 29px;
	background-position: 0 -29px
}

#video a.on {
	display: block;
	background-image: url(img/video_btn.gif);
	background-repeat: no-repeat;
	width: 147px;
	height: 29px;
	background-position: 0 -29px
}

/* Funstion Nav */

#functionNav {
	background: url(img/function_nav_shadow.jpg) no-repeat;
	background-position: center right;
	width: 579px;
	height: 33px;
	padding: 0;
	margin: 0;
}

#functionNav li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#functionNav span {
	display: none
}

#top a {
	display: block;
	background-image: url(img/back_top_btn.gif);
	background-repeat: no-repeat;
	width: 98px;
	height: 33px;
}

#top a:hover {
	display: block;
	background-image: url(img/back_top_btn.gif);
	background-repeat: no-repeat;
	width: 98px;
	height: 33px;
	background-position: 0 -33px
}

#print a {
	display: block;
	background-image: url(img/print_btn.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 33px;
}

#print a:hover {
	display: block;
	background-image: url(img/print_btn.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 33px;
	background-position: 0 -33px
}

#email a {
	display: block;
	background-image: url(img/email_btn.gif);
	background-repeat: no-repeat;
	width: 94px;
	height: 33px;
}

#email a:hover {
	display: block;
	background-image: url(img/email_btn.gif);
	background-repeat: no-repeat;
	width: 94px;
	height: 33px;
	background-position: 0 -33px
}

#sitemap a {
	display: block;
	background-image: url(img/sitemap_btn.gif);
	background-repeat: no-repeat;
	width: 82px;
	height: 33px;
}

#sitemap a:hover {
	display: block;
	background-image: url(img/sitemap_btn.gif);
	background-repeat: no-repeat;
	width: 82px;
	height: 33px;
	background-position: 0 -33px
}
	

/* Global Right Hand Nav */

#nav {
	float: right;
	width: 188px;
	margin:0;
	padding: 0 8px 0 0;
	voice-family : "\"}\"";
    voice-family : inherit;
    width : 180px;

}

/* Level One */

#nav li {
	display: block;
	list-style: none;
	padding: 0;
}

#nav li a {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 180px;
	color: #CC6600;
	border-bottom: 1px solid #DBE6D9;
	background-color: #fff;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 7px;
	margin: 0;
	voice-family : "\"}\"";
    voice-family : inherit;
    width : 173px;
}

#nav li a:hover {
	display: block;
	color: #fff;
	background-color: #CC6600;
	text-decoration: none
}

#nav li a.on {
	display: block;
	color: #fff;
	background-color: #84BC71;
	border-bottom: 1px solid #66A950;
	text-decoration: none
}

#nav li a:hover.on {
	display: block;
	color: #fff;
	background-color: #CC6600;
	border-bottom: 1px solid #DBE6D9;
	text-decoration: none
}

/* Level Two */

#nav li ul {
	padding: 0;
	margin: 0
}

#nav li li a {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	width: 180px;
	color: #CC6600;
	border-bottom: 1px solid #DBE6D9;
	background-color: #fff;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	margin: 0;
	voice-family : "\"}\"";
    voice-family : inherit;
    width : 165px;
}

#nav li li a.on {
	display: block;
	color: #fff;
	background-color: #63A34E;
	border-bottom: 1px solid #4D7D3C;
	text-decoration: none
}

/* Level Three */

#nav li li ul {
	padding: 0;
	margin: 0
}

#nav li li li a {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	width: 180px;
	color: #CC6600;
	border-bottom: 1px solid #DBE6D9;
	background-color: #fff;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 22px;
	margin: 0;
	voice-family : "\"}\"";
    voice-family : inherit;
    width : 158px;
}

#nav li li li a.on {
	display: block;
	color: #fff;
	background-color: #006B54;
	border-bottom: 1px solid #003E30;
	text-decoration: none
}

