/* This imageless css button was generated by CSSButtonGenerator.com */
.navbutton {
	/* Box shadow inset or outside (without inset)*/
	-moz-box-shadow:inset 0px 1px 0px 0px #4272D1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #4272D1;
	box-shadow:inset 0px 1px 0px 0px #4272D1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1C50B7), color-stop(1, #003399) );
	background:-moz-linear-gradient( center top, #1C50B7 5%, #003399 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C50B7', endColorstr='#003399');
	background-color:#1C50B7;
	/* Border shape */
	-webkit-border-top-left-radius:7px;
	-moz-border-radius-topleft:7px;
	border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-topright:7px;
	border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-moz-border-radius-bottomright:7px;
	border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomleft:7px;
	border-bottom-left-radius:7px;
	text-indent:0;
	border:1px solid #003399;
	display:inline-block;
	
	/* Font settings */
	color:#AAC7FF;
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:2px 2px 0px #000000;
	
	/* Button sizing & padding */
	/*height:51px;
	line-height:51px;*/
	width:80px;
	padding-top: 10px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
.navbutton:visited {
	color: #AAC7FF;
}
.navbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #003399), color-stop(1, #1C50B7) );
	background:-moz-linear-gradient( center top, #003399 5%, #1C50B7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003399', endColorstr='#1C50B7');
	background-color:#003399;
	/*background-image:url(btnhover.jpg);*/
	/* Font settings */
	color: #FFFFFF;
	text-shadow: 2px 2px 0px #000000;
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
}
.navbutton:active {
	position:relative;
	top:1px;
	color: #F3E916;
}