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

#nav_box {
	/*position: absolute;
	top: 20px;
	left: 0;*/
	float: left;
	margin-top: -200px;
	z-index: 100;
	width: 165px;
}
#donate {
	width: 145px;
	overflow: hidden;
	margin: 10px;
}
#donate ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#donate li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#donate a {
	float: left;
	padding: 0 0 0 145px;
	overflow: hidden;
	width: 0px !important;
	width /**/:145px; /*IE Win */
}
#donate a:hover {
	background-position: -145px 0;
}
#btn_donate a {
	height: 43px;
	background: url(../images/btn_donate.gif) top left no-repeat;
}
#btn_quick_help a {
	height: 43px;
	background: url(../images/btn_quick_help.gif) top left no-repeat;
}
#btn_sub a {
	height: 43px;
	background: url(../images/btn_sub.gif) top left no-repeat;
}
#btn_projects a {
	height: 43px;
	background: url(../images/btn_projects.gif) top left no-repeat;
}
/* Donate */
#nav {
	border-top: 1px dotted #999;
	margin: 15px 0 25px 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 165px; /* IE requires for hover */
	background: url(../images/spacer.gif) repeat; /* IE requires a bg for hover */
} 
#nav li {
	position: relative;
	border-bottom: 1px dotted #999;
	margin: 0;
	padding: 0;
}
#nav ul a {
	display: block;
	padding: 5px 10px;
	color: #036D7A;
	text-decoration: none;
}
#nav ul a:hover {
	color: #FF3300;
}
#nav ul ul {
	list-style: none;
	width: 216px;
	position: absolute;
	left: -3000px;
}
#nav .pilot {
	background: url(../images/nav_flyout_arrow.gif) no-repeat right top;
}
#nav .fly2 {
	background: url(../images/nav_flyout_2.png) no-repeat top center;
	height: 92px;
	padding-top: 13px;
}
#nav .fly3 {
	background: url(../images/nav_flyout_3.png) no-repeat top center;
	height: 113px;
	padding-top: 13px;
}
#nav .fly_about {
	background: url(../images/nav_flyout_about.png) no-repeat top center;
	height: 144px;
	padding-top: 13px;
}
#nav .fly4 {
	background: url(../images/nav_flyout_4.png) no-repeat top center;
	height: 192px;
	padding-top: 13px;
}
#nav .fly_get {
	background: url(../images/nav_fly_get.png) no-repeat top center;
	height: 255px;
	padding-top: 13px;
}
#nav .fly_brain {
	background: url(../images/nav_flyout_brain.png) no-repeat top center;
	height: 274px;
	padding-top: 13px;
}
#nav .fly_care {
	background: url(../images/nav_flyout_care.png) no-repeat top center;
	height: 205px;
	padding-top: 13px;
}
#nav .fly_news {
	background: url(../images/nav_flyout_news.png) no-repeat top center;
	height: 113px;
	padding-top: 13px;
}
#nav .last {
	border-bottom: none;
}
#nav ul ul li {
	margin: 0 20px 0 40px;
	text-align: center;
}
#nav ul li:hover ul {
	left: 165px;
	top: -22px;
} /* make flyout appear when the LI is hovered */
