/*  Home page navigation styles -------------------------------------- */

#news a {	
	float: right;
	width: 118px;
	height: 30px;
	background: url(../images/top_nav_news.gif);
}

#contact a {	
	float: right;
	width: 101px;
	height: 30px;
	background: url(../images/top_nav_contact.gif);
}

#press_releases a {	
	float: right;
	width: 115px;
	height: 30px;
	background: url(../images/top_nav_press_releases.gif);
}

#who_we_are a {	
	float: right;
	width: 105px;
	height: 30px;
	background: url(../images/top_nav_who_sel.gif);
}

#about a {	
	float: right;
	width: 78px;
	height: 30px;
	background: url(../images/top_nav_about.gif);
}

#about a:hover 			{	background: url(../images/top_nav_about_on.gif);	}
#news a:hover 			{	background: url(../images/top_nav_news_on.gif);	}
#contact a:hover		{	background: url(../images/top_nav_contact_on.gif);	}
#press_releases a:hover	{	background: url(../images/top_nav_press_releases_on.gif);	}


/*  About page styles -------------------------------------- */

#interior_head_right {	background: url(../images/head_who.gif);	}
a:link { font-size:13px;
}

a:hover { color:#2f9e9a;
}