


/** MENU ITEMS **/


#services {
position:absolute;
top: 128px;
left: 0px;
width: 203px;
height: 21px;
background-color:white;

}

#services a { background: transparent url(/pages/menu/img/1-services-norm.gif) 0 0 no-repeat; }
#services a:hover {background: transparent url(/pages/menu/img/1-services-over.gif) 0 0 no-repeat; }


/**************************************************************************/

#leadership {
position:absolute;
top: 150px;
left: 0px;
width: 203px;
height: 21px;
background-color:white;
}

#leadership a {background: transparent url(/pages/menu/img/2-leadership-norm.gif) 0 0 no-repeat; }
#leadership a:hover { background: transparent url(/pages/menu/img/2-leadership-over.gif) 0 0 no-repeat;  }

/**************************************************************************/

#comcol {
position:absolute;
top: 172px;
left: 0px;
width: 201px;
height: 21px;
background-color:white;

}
#comcol a { background: transparent url(/pages/menu/img/3-community_collaboration-norm.gif) 0 0 no-repeat; }
#comcol a:hover { background: transparent url(/pages/menu/img/3-community_collaboration-over.gif) 0 0 no-repeat; }

/**************************************************************************/

#getting_involved {
position:absolute;
top: 194px;
left: 0px;
width: 201px;
height: 21px;
background-color:white;

}

#getting_involved a {background: transparent url(/pages/menu/img/4-getting_involved-norm.gif) 0 0 no-repeat; }
#getting_involved a:hover { background: transparent url(/pages/menu/img/4-getting_involved-over.gif) 0 0 no-repeat; }

/**************************************************************************/

#careers {
position:absolute;
top: 216px;
left: 0px;
width: 201px;
height: 21px;
background-color:white;

}

#careers a {background: transparent url(/pages/menu/img/5-careers-norm.gif) 0 0 no-repeat;}
#careers a:hover { background: transparent url(/pages/menu/img/5-careers-over.gif) 0 0 no-repeat; }

/**************************************************************************/


#contact_us {
position:absolute;
top: 238px;
left: 0px;
width: 201px;
height: 21px;
background-color:white;
}

#contact_us a{background: transparent url(/pages/menu/img/6-contactus-norm.gif) 0 0 no-repeat;}
#contact_us a:hover { background: transparent url(/pages/menu/img/6-contactus-over.gif) 0 0 no-repeat;  }

/**************************************************************************/

#home {
position:absolute;
top: 260px;
left: 0px;
width: 201px;
height: 21px;
background-color:white;

}

#home a{background: transparent url(/pages/menu/img/7-home-norm.gif) 0 0 no-repeat; }
#home a:hover { background: transparent url(/pages/menu/img/7-home-over.gif) 0 0 no-repeat; }



/* MENU - Column 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +*/ 	

#column_1_menu {
position: absolute;
top: 0px;
left: 0px;
width: 204px;
height: 712px;
overflow: hidden;
z-index:4;
background-image: url(/pages/menu/column_1_menu_background_204x712.gif);

}

.buttons {
position:absolute;
top: 127px;
left: 0px;
width: 204px;
height: 400px;
} 


/* END MENU - Column 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +*/ 	

.morelinks {
position:absolute; 
top: 660px; 
left:90px; 
width: 95px; 
height:34px; 
text-align:right;
font-family: "Trebuchet MS";
font-size: 11px;
line-height: 20px;
color: black;
padding-right: 15;
}
 
 
/* MENU CSS STUFF ************************************************************************  */

#menu {
  width:0px; 
  padding:0px; 
  background:#0000000;
  margin: 0px;
  }
  
#menu a, #menu a:visited {
	display:block;
	width:202px;   /* Width of the menu text box */
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	line-height: 25px;
	padding:0;
	font-weight:bolder;
	color: #FFFFFF;
	text-indent:40px;
	background-color:#ffffff;
	text-decoration:none;
	margin:0;
	vertical-align: bottom;  
  }


/* This is for visited links - will display "VISITED" or do other things if you want to */
  

  
#menu a:hover {
  color:#7300ad; 
  border-left:0px solid #000; 
  }
  
.box {
  position:relative;
  height: 25px;
  border: 0px inset;
  }

/************************************************************************* MENU CSS STUFF */


/************ MENU LINES */
.menuline {
  position:absolute;
  top: 0px;
  left: 0px;
  height: 1px;
  width: 203px;
  background-repeat: no-repeat;
  background-image: url(/pages/menu/divider_line_3px_high.gif); 
  z-index: 6;
  overflow: hidden;
  }

/**************************************************************************/
.donate { 
  position:absolute;
  top: 331px;
  left: 025px;
  height: 32px;
  width: 129px;
}

.donate a { position:absolute;  background:  url(/pages/menu/button_donate_now.gif) 0 0 no-repeat;  }

.donate a:hover { background-position: -129px 0; }

