#mainmenu {
	height: 211px;
	width: 148px;
	background-image: url("../../../images/main/nav.gif");
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}

#mainmenu li {
	margin: 0; 
	padding: 0; 
	list-style: none;
	display: block;
	position: absolute; 
}

#mainmenu a {
	display: block;
	/* to see the image map, turn on borders - border: solid 1px #f00; */
}

#mainmenu li a {
	text-indent: -9999px; 
	text-decoration: none;
}

#about			{ top: 0; }
#information	{ top: 30px; }
#news			{ top: 60px; }
#community		{ top: 90px; }
#giving			{ top: 120px; }
#resources		{ top: 150px; }
#media			{ top: 180px; }

#about,
#information,
#news,
#community,
#giving,
#resources,
#media {
    height: 30px;
    left: 0;
    width: 148px;
}

#about a,
#information a,
#news a,
#community a,
#giving a,
#resources a,
#media a {
    height: 30px;
    outline: none;
}

#about a:hover			{ background: transparent url("../../../images/main/nav.gif") -0px -211px no-repeat; }
#information a:hover	{ background: transparent url("../../../images/main/nav.gif") -0px -241px no-repeat; }
#news a:hover			{ background: transparent url("../../../images/main/nav.gif") -0px -271px no-repeat; }
#community a:hover		{ background: transparent url("../../../images/main/nav.gif") -0px -301px no-repeat; }
#giving a:hover			{ background: transparent url("../../../images/main/nav.gif") -0px -331px no-repeat; }
#resources a:hover		{ background: transparent url("../../../images/main/nav.gif") -0px -361px no-repeat; }
#media a:hover			{ background: transparent url("../../../images/main/nav.gif") -0px -391px no-repeat; }

