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

#nav {
	margin: 0 auto;
	width: 675px;
	height: 65px;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
padding: 0;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
    color: #fff;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
padding:  8px 20px;
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #e5466f !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5466f', endColorstr='#e16e8c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e5466f), to(#e16e8c)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #e5466f,  #e16e8c) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #f0f0f0); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
margin: 20px 0 0 0;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

/* OLD NAV CODE 



done #navbar {
	margin: 0 auto;
	width: 675px;
	height: 65px;
}
#navbar ul {
	width: 675px;
	list-style: none;
	float: left;
}
done #navbar li {
	display: inline;	
}
#navigation a {
	float: left;
	display: block;
}
*/
.aboutB {
margin: 0;
padding: 0;
	width: 135px;
	height: 65px;
	background-image:url(images/nav_about.png);
	background-repeat:no-repeat;
		text-indent: -9999px;
			display: block;
		float: left;
}
a.aboutB {
margin: 0;
padding: 0;
	width: 135px;
	height: 65px;
	background-image:url(images/nav_about.png);
	background-repeat:no-repeat;
		text-indent: -9999px;
			display: block;
		float: left;
}
a:hover .aboutB {
margin: 0;
padding: 0;
	width: 135px;
	height: 65px;
	background-image:url(images/nav_about_on.png);
	background-repeat:no-repeat;
		text-indent: -9999px;
			display: block;
		float: left;
}
.donorsB {
margin: 0;
padding: 0;
	width: 135px;
	height: 65px;
	background-image:url(images/nav_donors.png);
	background-repeat:no-repeat;
		text-indent: -9999px;
			display: block;
		float: left;
}
a.donorsB {
margin: 0;
padding: 0;
	width: 135px;
	height: 65px;
	background-image:url(images/nav_donors.png);
	background-repeat:no-repeat;
		text-indent: -9999px;
			display: block;
		float: left;
}
a:hover .donorsB {
margin: 0;
padding: 0;
	width: 135px;
	height: 65px;
	background-image:url(images/nav_donors_on.png);
	background-repeat:no-repeat;
		text-indent: -9999px;
			display: block;
		float: left;
}

.studentsB {
margin: 0;
padding: 0;
	width: 135px;
	height: 65px;
	background-image:url(images/nav_students.png);
	background-repeat:no-repeat;
		text-indent: -9999px;
			display: block;
		float: left;
}
a.studentsB {
margin: 0;
padding: 0;
	width: 135px;
	height: 65px;
	background-image:url(images/nav_students.png);
	background-repeat:no-repeat;
		text-indent: -9999px;
			display: block;
		float: left;
}
a:hover .studentsB {
margin: 0;
padding: 0;
	width: 135px;
	height: 65px;
	background-image:url(images/nav_students_on.png);
	background-repeat:no-repeat;
		text-indent: -9999px;
			display: block;
		float: left;
}
.nonprofitsB {
margin: 0;
padding: 0;
	width: 135px;
	height: 65px;
	background-image:url(images/nav_nonprofits.png);
	background-repeat:no-repeat;
		text-indent: -9999px;
			display: block;
		float: left;
}
a.nonprofitsB {
margin: 0;
padding: 0;
	width: 135px;
	height: 65px;
	background-image:url(images/nav_nonprofits.png);
	background-repeat:no-repeat;
		text-indent: -9999px;
			display: block;
		float: left;
}
a:hover .nonprofitsB {
margin: 0;
padding: 0;
	width: 135px;
	height: 65px;
	background-image:url(images/nav_nonprofits_on.png);
	background-repeat:no-repeat;
		text-indent: -9999px;
			display: block;
		float: left;
}

.advisorsB {
margin: 0;
padding: 0;
	width: 135px;
	height: 65px;
	background-image:url(images/nav_advisors.png);
	background-repeat:no-repeat;
		text-indent: -9999px;
			display: block;
		float: left;
}
a.advisorsB {
margin: 0;
padding: 0;
	width: 135px;
	height: 65px;
	background-image:url(images/nav_advisors.png);
	background-repeat:no-repeat;
		text-indent: -9999px;
			display: block;
		float: left;
}
a:hover .advisorsB {
margin: 0;
padding: 0;
	width: 135px;
	height: 65px;
	background-image:url(images/nav_advisors_on.png);
	background-repeat:no-repeat;
		text-indent: -9999px;
			display: block;
		float: left;
}



