﻿ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 25px; /* Width of Menu Items */
	border-bottom: 0px;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 25px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	/* background: #fff;  IE6 Bug */
	padding: 0px;
	border: 0px solid #ccc;
	border-bottom: 0px;
	}


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


/* ul li a:hover { */
/* color: #E2144A; */
/* background: #f9f9f9; */
/* } Hover Styles */
		
li ul li a { 
padding: 0px;
width: 234px;
height: 24px;
} /* Sub Menu Styles */
		
li.over ul { display: block; } 
		
li:hover ul { display: block; } /* The magic */


a.mya1
{
	height: 25px;
	background-image: url('images/money-tab-off.gif');
}

a.mya2
{
	height: 24px;
	background-image: url('images/time-tab-off.gif');
}

a.mya3
{
	height: 24px;
	background-image: url('images/goods-tab-off.gif');
}

ul li a.about
{
	background-image: url('images/about-donate-tab-off_07.gif');
	height: 73px;
}

ul li a.snapshot
{
	background-image: url('images/about-snapshot-tab-off_08.gif');
	height: 73px;
}

ul li a.testimonials
{
	background-image: url('images/about-testimonials-tab-off_06.gif');
	height: 73px;
}

ul li a.leadership
{
	background-image: url('images/about-lead-tab-off_06.gif');
	height: 73px;
}

ul li a.champions
{
	background-image: url('images/about-champions-tab-off_06.gif');
	height: 73px;
}

ul li a.directions
{
	background-image: url('images/about-directions-tab-off_06.gif');
	height: 73px;
}

ul li a.employment
{
	background-image: url('images/about-employment-tab-off_06.gif');
	height: 73px;
}

ul li a.alumni
{
	background-image: url('images/about-alumni-tab-off_06.gif');
	height: 73px;
}

ul li a.trustee
{
	background-image: url('images/about-trustee-tab-off_06.gif');
	height: 73px;
}

ul li a.protect
{
	background-image: url('images/protecting-children-tab-off_03.gif');
	height: 73px;
}

ul li a.sustain
{
	background-image: url('images/sustain-families-tab-off_06.gif');
	height: 73px;
}

ul li a.equip
{
	background-image: url('images/equip-fam-tab-off_06.gif');
	height: 73px;
}

ul li a.facilities
{
	background-image: url('images/facilities-tab-off_06.gif');
	height: 73px;
}

ul li a.donate-money
{
	background-image: url('images/donate-money-tab-off_06.gif');
	height: 73px;
}

ul li a.events
{
	background-image: url('images/events-tab-off_06.gif');
	height: 73px;
}











/*  */
