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

#button-about, #button-on-about,
#button-gallery, #button-on-gallery,
#button-gemstones, #button-on-gemstones,
#button-home, #button-on-home,
#button-learn, #button-on-learn,
#button-programs, #button-on-programs,
#button-news, #button-on-news,
#button-links, #button-on-links,
#button-services, #button-on-services{
	height:35px;
	width:89px;
	float:left;
	text-align:center;
	color:#ffffff;
	text-decoration:none;


}
#button-about a:link, #button-about a:visited,
#button-gallery a:link, #button-gallery a:visited,
#button-gemstones a:link, #button-gemstones a:visited,
#button-home a:link, #button-home a:visited,
#button-learn a:link, #button-learn a:visited,
#button-programs a:link, #button-programs a:visited,
#button-news a:link, #button-news a:visited,
#button-links a:link, #button-links a:visited,
#button-services a:link, #button-services a:visited{
	height:30px;
	width:89px;
	float:left;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	padding-top:5px;


}
#button-on-about a:link, #button-on-about a:visited,
#button-on-gallery a:link, #button-on-gallery a:visited,
#button-on-gemstones a:link, #button-on-gemstones a:visited,
#button-on-home a:link, #button-on-home a:visited,
#button-on-learn a:link, #button-on-learn a:visited,
#button-on-programs a:link, #button-on-programs a:visited,
#button-on-news a:link, #button-on-news a:visited,
#button-on-links a:link, #button-on-links a:visited,
#button-on-services a:link, #button-on-services a:visited{
	height:30px;
	width:89px;
	float:left;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	padding-top:5px;
	
}
#button-about a:hover,
#button-gallery a:hover,
#button-gemstones a:hover,
#button-home a:hover,
#button-news a:hover,
#button-links a:hover,
#button-learn a:hover,
#button-programs a:hover,
#button-services a:hover{
	height:30px;
	width:89px;
	float:left;
	position:relative;
	text-decoration:none;
}
/*button specific backgrounds*/
#button-about a:link, #button-about a:visited{
	background-image:url(images/nav/reg/about.gif);
}
#button-on-about a:link, #button-on-about a:visited{
	background-image:url(images/nav/on/about.gif);
}
#button-about a:hover, #button-on-about a:hover{
	background-image:url(images/nav/hover/about.gif);
}
/********************/

#button-gallery a:link, #button-gallery a:visited{
	background-image:url(images/nav/reg/gallery.gif);
}
#button-on-gallery a:link, #button-on-gallery a:visited{
	background-image:url(images/nav/on/gallery.gif);
}
#button-gallery a:hover, #button-on-gallery a:hover{
	background-image:url(images/nav/hover/gallery.gif);
}
/********************/
#button-gemstones a:link, #button-gemstones a:visited{
	background-image:url(images/nav/reg/gemstones.gif);
}
#button-on-gemstones a:link, #button-on-gemstones a:visited{
	background-image:url(images/nav/on/gemstones.gif);
}
#button-gemstones a:hover, #button-on-gemstones a:hover{
	background-image:url(images/nav/hover/gemstones.gif);
}
/********************/
#button-home a:link, #button-home a:visited{
	background-image:url(images/nav/reg/home.gif);
}
#button-on-home a:link, #button-on-home a:visited{
	background-image:url(images/nav/on/home.gif);
}
#button-home a:hover, #button-on-home a:hover{
	background-image:url(images/nav/hover/home.gif);
}
/********************/
#button-learn a:link, #button-learn a:visited{
	background-image:url(images/nav/reg/learn.gif);
}
#button-on-learn a:link, #button-on-learn a:visited{
	background-image:url(images/nav/on/learn.gif);
}
#button-learn a:hover, #button-on-learn a:hover{
	background-image:url(images/nav/hover/learn.gif);
}
/********************/
#button-programs a:link, #button-programs a:visited{
	background-image:url(images/nav/reg/programs.gif);
}
#button-on-programs a:link, #button-on-programs a:visited{
	background-image:url(images/nav/on/programs.gif);
}
#button-programs a:hover, #button-on-programs a:hover{
	background-image:url(images/nav/hover/programs.gif);
}
/********************/
#button-services a:link, #button-services a:visited{
	background-image:url(images/nav/reg/services.gif);
}
#button-on-services a:link, #button-on-services a:visited{
	background-image:url(images/nav/on/services.gif);
}
#button-services a:hover, #button-on-services a:hover{
	background-image:url(images/nav/hover/services.gif);
}
/********************/
#button-news a:link, #button-news a:visited{
	background-image:url(images/nav/reg/home.gif);
	background-repeat:no-repeat;
}
#button-on-news a:link, #button-on-news a:visited{
	background-image:url(images/nav/on/news.gif);
	background-repeat:no-repeat;
}
#button-news a:hover, #button-on-news a:hover{
	background-image:url(images/nav/hover/news.gif);
	background-repeat:no-repeat;
}
/********************/
#button-links a:link, #button-links a:visited{
	background-image:url(images/nav/reg/links.gif);
	background-repeat:no-repeat;
}
#button-on-links a:link, #button-on-links a:visited{
	background-image:url(images/nav/on/links.gif);
	background-repeat:no-repeat;
}
#button-links a:hover, #button-on-links a:hover{
	background-image:url(images/nav/hover/links.gif);
	background-repeat:no-repeat;
}