@charset "UTF-8";
/* CSS Document */

/*
	TOP MENU CSS
	------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
...
...
[if lt IE 6]>
<style>
#menu li ul a, #menu .rightMost {width:101px;}
</style>
<![endif]
[if gte IE 7]>
<style>
#menu {padding-bottom:10px;}
</style>
<![endif]

*/

#menu {
	position:relative;
	padding:0;
	top:30px;
	width:960px;
	line-height:25px;
	background:url(../design/menu_bg.gif) no-repeat;
	text-align:left;
	font-size:0.9em;
	font-family: Georgia, Times New Roman, Serif;
	font-style: regular;
	height: 40px;	
}
#menu li {
	float:left;
	width:160px;
	height:43px;
	background: transparent;
	list-style: none;
}
#menu a {
	display:block;
	color:#FFF8F1;
	width:160px;
	height:43px;
	padding:0px;
	border:0px solid #333;
	margin:2px;
	border-right:0;
	text-align:left;
	position: relative;
	text-indent:-9999px;
}

	a.about  {
	background: url(../design/menu_about.gif);
	}
	a.about:hover  {		background: url(../design/menu_about_over.gif);}
	a.programs  {
		background: url(../design/menu_programs.gif);
	}
	a.programs:hover  {		background: url(../design/menu_programs_over.gif);}
	a.volunteer  {
		background: url(../design/menu_volunteer.gif);
	}
	a.volunteer:hover  {		background: url(../design/menu_volunteer_over.gif);}
	a.sponsor  {
		background: url(../design/menu_sponsor.gif);
	}
	a.sponsor:hover  {		background: url(../design/menu_sponsor_over.gif);}
	a.media  {
		background: url(../design/menu_media.gif);
	}
	a.media:hover  {		background: url(../design/menu_media_over.gif);}
	a.store  {
		background: url(../design/menu_store.gif);
	}
	a.store:hover  {		background: url(../design/menu_store_over.gif);}