﻿
.homeBtn
{
	width: 150px;
	height: 136px;
	background-image: url(/WP/wp-content/uploads/ybookbtn.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.homeBtn:hover
{
	width: 150px;
	height: 136px;
	background-image: url(/WP/wp-content/uploads/obookbtn.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.navBtn
{
	color: #010066;
	font-family: Gotham, "Helvetica Neue" , Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 185px;
	height: 25px;
	background-color: #ffcc33;
	background-image: url(/WP/wp-content/uploads/InvertedHead_smright.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-align: right;
	text-decoration: none;
	line-height: 25px;
	vertical-align: middle;
	/* margin-top: 13px; */
	padding: 0px 4px 0px 4px;
	border-radius: 12px;
}
.navBtn:hover
{
	color: #7D0707;
	font-family: Gotham, "Helvetica Neue" , Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 185px;
	height: 25px;
	background-color: #ffcc33;
	background-image: url(/WP/wp-content/uploads/InvertedHead_smleft.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 25px;
	vertical-align: middle;
	/* margin-top: 13px; */
	padding: 0px 4px 0px 4px;
}