* {
margin: 0;
padding: 0;
}

a:link {color:#98af26; text-decoration: none;}      
a:visited {color:#98af26; text-decoration: none;}  
a:hover {color:#98af26; text-decoration: underline;}  
a:active {color:#98af26; text-decoration: none;}  

a.splash:link {color:#e87f00; text-decoration: none;}      
a.splash:visited {color:#e87f00; text-decoration: none;}  
a.splash:hover {color:#98af26; text-decoration: none;}  
a.splash:active {color:#e87f00; text-decoration: none;}


.normaltext{
	color: #000000;
	Font-Family: Verdana;
	font-size: 10pt;
	font-style: normal;
}
.splashtext{
	color: #e87f00;
	Font-Family: Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight:bold;
}
.copytext{
	color: #98af26;
	Font-Family: Verdana;
	font-size: 8pt;
	font-style: normal;
}
.boardheadertext{
	color: #e87f00;
	Font-Family: Verdana;
	font-size: 10pt;
	font-style: normal;
}
.custombutton {
	padding:0;
	margin:0;
	border:none;
	background:none;
	cursor:pointer;
	}
			 
* html .custombutton {
	cursor:hand;
	} /* alternate cursor style for ie */
	
	
	
#multi-level {height:23px; position:relative; z-index:100;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:23px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:63px; background:url(../images/nav_bar/home_roll.gif) no-repeat;;}
.menu li.p2 {width:116px; background:url(../images/nav_bar/our_story_roll.gif) no-repeat;;}
.menu li.p3 {width:93px; background:url(../images/nav_bar/gallery_roll.gif) no-repeat;;}
.menu li.p4 {width:140px; background:url(../images/nav_bar/get_involved_roll.gif) no-repeat;;}
.menu li.p5 {width:127px; background:url(../images/nav_bar/microgrants_roll.gif) no-repeat;;}
.menu li.p6 {width:71px; background:url(../images/nav_bar/news_roll.gif) no-repeat;;}
.menu li.p7 {width:107px; background:url(../images/nav_bar/about_roll.gif) no-repeat;;}
.menu li.p8 {width:82px; background:url(../images/nav_bar/donate_roll.gif) no-repeat;;}


/* set up the normal unhovered images in the links */
.menu li a#home {width:63px; background:url(../images/nav_bar/home.gif) no-repeat;}
.menu li a#our_story {width:116px; background:url(../images/nav_bar/our_story.gif) no-repeat;}
.menu li a#gallery {width:93px; background:url(../images/nav_bar/gallery.gif) no-repeat;}
.menu li a#get_involved {width:140px; background:url(../images/nav_bar/get_involved.gif) no-repeat;}
.menu li a#microgrants {width:127px; background:url(../images/nav_bar/microgrants.gif) no-repeat;}
.menu li a#news {width:71px; background:url(../images/nav_bar/news.gif) no-repeat;}
.menu li a#about {width:107px; background:url(../images/nav_bar/about.gif) no-repeat;}
.menu li a#donate {width:82px; background:url(../images/nav_bar/donate.gif) no-repeat;}


/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#our_story:hover, .menu li:hover a#our_story,
.menu li a#gallery:hover, .menu li:hover a#gallery,
.menu li a#get_involved:hover, .menu li:hover a#get_involved,
.menu li a#microgrants:hover, .menu li:hover a#microgrants,
.menu li a#news:hover, .menu li:hover a#news,
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#donate:hover, .menu li:hover a#donate
{background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:2px; top:17px; background: #fff; padding:3px 0; border:1px solid #e87f00; white-space:nowrap; width:140px; height:auto;}
.menu :hover ul.sub li {display:block; height:24px; position:relative; float:left; width:138px;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:24px; width:135px; line-height:28px; text-indent:5px; color:#99b028; font-weight:bold;text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#fff url(multi_level-files/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#e87f00; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#e87f00 url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#e87f00 url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}


/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fefef4;
	border-color: #fefef4;
	border-style: solid;
	border-width: 1px;
	vertical-align: top;
	
}

.hoverbox li
{
	background: #fefef4;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #fefef4;
	width: 360;
	height: 240;
}	

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}
