@charset "utf-8";
/* CSS Document */

/* We make the NavBar Placeholder */
navbar {
	margin: auto 0;
	color: #000000;
	width: 816px;
	height: 40px;
	background-color: #EBEBEB;
}

/* We make the normal hover button */
.navbtn{
	  width: 135px;
	  height: 23px;
	   margin: auto 0;
		background:  url(images/button.png) 0 0 no-repeat;
}

a.navbtn {
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ECD354;
	margin: auto 0;
	line-height: 25px;
	text-align: center;
	display: block;
	width: 135px;
	height: 23px;
	background:  url(images/button.png) 0 0 no-repeat;
	float: left;
	text-decoration: none;
	text-shadow: black;
}
a:hover.navbtn {
	color: #000000;
	background-position: -134px 0;
	font-weight: bold;
	text-decoration: none;
	text-shadow: black;
}

/* We make the 'Selected' state button */

a.selnavbtn {
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	margin: auto 0;
	line-height: 25px;
	text-align: center;
	display: block;
	width: 135px;
	height: 23px;
	background:  url(images/button.png) 0 0 no-repeat;
	background-position: -134px 0;
	float: left;
	text-decoration: none;
	text-shadow: black;
}



navbar2 {
	margin: auto 0;
	color: #000000;
	width: 812px;
	height: 44px;
	background-color: #EBEBEB;
}

/* We make the normal hover button */
.navbtn2{
	  width: 109px;
	  height: 25px;
	  text-align: center;
	   margin: auto 0;
		background:  url(images/navbutton.png) 0 0 no-repeat;
}

a.navbtn2 {
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ECD354;
	margin: auto 0;
	line-height: 25px;
	text-align: center;
	display: block;
	width: 109px;
	height: 25px;
	background:  url(images/navbutton.png) 0 0 no-repeat;
	float: left;
	text-decoration: none;
	text-shadow: black;
}
a:hover.navbtn2 {
	color: #000000;
	background-position: -158px 0;
	font-weight: bold;
	text-decoration: none;
	text-shadow: black;
}

/* We make the 'Selected' state button */

a.selnavbtn2 {
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	margin: auto 0;
	line-height: 25px;
	text-align: center;
	display: block;
	width: 109px;
	height: 25px;
	background:  url(images/navbutton.png) 0 0 no-repeat;
	background-position: -158px 0;
	float: left;
	text-decoration: none;
	text-shadow: black;
}



/* We make the normal hover button */
.otherbtn {
	  width: 73px;
	  height: 19px;
	   margin: auto 0;
  background:  url(images/otherbutton.png) 0 0 no-repeat;
}

a.otherbtn {
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	margin: auto 0;
	line-height: 20px;
	text-align: center;
	display: block;
	width: 73px;
	height: 19px;
	background:  url(images/otherbutton.png) 0 0 no-repeat;
	text-decoration: none;
	text-shadow: black;
}
a:hover.otherbtn {
	color: #000000;
	background-position: -78px 0;
	font-weight: bold;
	text-decoration: none;
	text-shadow: black;
}
