@charset "UTF-8";
/* CSS Document */




/*SIDE NAV MENU */



/* Sets up the width and alignment for the PARENT container cell that the menu table will be nested (child of) in */
.menu
{
width:275px;
vertical-align:top;
}


/* class for the menu table cells */
td.sidenav a
{
display:block;
height:82px;
}

#menutable
{
height:100%;
}

/* HISTORY BUTTON */

td#history a:link, td#history a:visited
{
background-image:url(images/history.gif);
background-repeat:no-repeat;
}
		
td#history a:hover, td#history a:active
{
background-image:url(images/history_over.gif);
background-repeat:no-repeat;
}
		
td#history_on
{
background-image:url(images/history_over.gif);
background-repeat:no-repeat;
}



/* SERVICES BUTTON */

td#services a:link, td#services a:visited
{
background-image:url(images/services.gif);
background-repeat:no-repeat;
}
		
td#services a:hover, td#services a:active
{
background-image:url(images/services_over.gif);
background-repeat:no-repeat;
}
		
td#services_on
{
background-image:url(images/services_over.gif);
background-repeat:no-repeat;
}


/* FACILITIES BUTTON */

td#facilities a:link, td#facilities a:visited
{
background-image:url(images/facilities.gif);
background-repeat:no-repeat;
}
		
td#facilities a:hover, td#facilities a:active
{
background-image:url(images/facilities_over.gif);
background-repeat:no-repeat;
}
		
td#facilities_on
{
background-image:url(images/facilities_over.gif);
background-repeat:no-repeat;
}


/* RECRUITING BUTTON */

td#recruiting a:link, td#recruiting a:visited
{
background-image:url(images/recruiting.gif);
background-repeat:no-repeat;
}
		
td#recruiting a:hover, td#recruiting a:active
{
background-image:url(images/recruiting_over.gif);
background-repeat:no-repeat;
}
		
td#recruiting_on
{
background-image:url(images/recruiting_over.gif);
background-repeat:no-repeat;
}


/* PARTICIPANT BUTTON */

td#participant a:link, td#participant a:visited
{
background-image:url(images/participant.gif);
background-repeat:no-repeat;
}
		
td#participant a:hover, td#participant a:active
{
background-image:url(images/participant_over.gif);
background-repeat:no-repeat;
}
		
td#participant_on
{
background-image:url(images/participant_over.gif);
background-repeat:no-repeat;
}


/* CONTACT BUTTON */

td#contact a:link, td#contact a:visited
{
background-image:url(images/contact.gif);
background-repeat:no-repeat;
}
		
td#contact a:hover, td#contact a:active
{
background-image:url(images/contact_over.gif);
background-repeat:no-repeat;
}
		
td#contact_on
{
background-image:url(images/contact_over.gif);
background-repeat:no-repeat;
}



td#bottom
{
background-image:url(images/navmenu_fill.gif);
background-repeat:repeat-y;
}

