@charset "UTF-8";

/* the dropdown link colors and effects  */


.subnavWhite {
	color: #FFF;
	text-decoration: none;
}
a.subnavWhite:hover {
	text-decoration: underline;
}
.subnavBlack {
	color: #000;
	text-decoration: none;
}
a.subnavBlack:hover {
	color: #FFF;
}


/* the rollover effects     */

.navAbout {
	background-image: url(../images/navbar/link1.png);
	height: 117px;
	width: 105px;
}
.navNews {
	background-image: url(../images/navbar/link2.png);
	height: 117px;
	width: 107px;
}
.navResources {
	background-image: url(../images/navbar/link3.png);
	height: 117px;
	width: 109px;
}
.navInvolved {
	background-image: url(../images/navbar/link6.png);
	height: 117px;
	width: 117px;
}
.navVideo {
	background-image: url(../images/navbar/link5.png);
	height: 117px;
	width: 111px;
}
.navGrants {
	background-image: url(../images/navbar/link4.png);
	height: 117px;
	width: 103px;
}


.navAbout2 {
	background-image: url(../images/navbar/link1over.png);
	height: 117px;
	width: 105px;
}
.navNews2 {
	background-image: url(../images/navbar/link2over.png);
	height: 117px;
	width: 107px;
}
.navResources2 {
	background-image: url(../images/navbar/link3over.png);
	height: 117px;
	width: 109px;
}
.navInvolved2 {
	background-image: url(../images/navbar/link6over.png);
	height: 117px;
	width: 117px;
}
.navVideo2 {
	background-image: url(../images/navbar/link5over.png);
	height: 117px;
	width: 111px;
}
.navGrants2 {
	background-image: url(../images/navbar/link4over.png);
	height: 117px;
	width: 103px;
}

/* the dropdown boxes   */

#dropdown1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 5px;
	font-size: 12px;
	background-color: #093406;
	visibility: hidden;
	width: 97px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	position: absolute;
}
#dropdown2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 5px;
	font-size: 12px;
	background-color: #100099;
	visibility: hidden;
	width: 99px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	position: absolute;
}
#dropdown3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 5px;
	font-size: 12px;
	background-color: #F86618;
	visibility: hidden;
	width: 93px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	position: absolute;
}

#hideall {
	position: relative;
	visibility: hidden;
	width: 50px;
}
#dropdown0 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 5px;
	font-size: 12px;
	background-color: #750A0A;
	visibility: hidden;
	width: 95px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	position: absolute;
}
