/*start of navigation*/
.nav {
	width:783px;
	height:58px;
	margin:0px;	
	padding:0px 0px 0px 0px;
}
.navigation {
	width: 783px;
	height: 58px;
	background-repeat: no-repeat;
}
.navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.navigation li {
	display: inline;
}
/*Clint changed height to 58 from 61 to get rid of gray shadow below buttons*/
.navigation li a {
	float: left; 
	display:block;
	width: 250px;
	height: 58px;
}

.tabButton {
	width: 250px;
	height: 58px;
	float:left;
/*	margin:0px 1px 0px 0px;
	padding:0px 0px 0px 0px;*/
	margin: 0px -1px 0px 0px;
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	background-image: url(../images/buttonTabLinkGray.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*vertical-align: text-bottom;*/
}
.tabButton a:active {
	background-image: url(../images/buttonTabLinkGray.jpg);	
	text-decoration: none;
}
.tabButton a:link {
	background-image: url(../images/buttonTabLinkGray.jpg);	
	text-decoration: none;
}
.tabButton a:visited {
	background-image: url(../images/buttonTabLinkGray.jpg);	
	text-decoration: none;
}
.tabButton a:hover {
	background-image: url(../images/buttonTabHoverOrange.jpg);
	background-repeat: no-repeat;
	text-decoration: underline;
}


#tabButton3 {
	width: 249px;
	height: 58px;
	float:left;
	margin-right:1px;
	background-image: url(../images/buttonTabLinkGray.jpg);
	background-repeat: no-repeat;
}
#tabButton3 a:link {
	background-image: url(../images/buttonTabLinkGray.jpg);	
}
#tabButton3 a:hover {
	background-image: url(../images/buttonTabHoverOrange.jpg);
	background-repeat: no-repeat;
}

#tabButton2 {
	width: 249px;
	height: 58px;
	float:left;
	margin-right:1px;
	background-image: url(../images/buttonTabLinkGray.jpg);
	background-repeat: no-repeat;
}
#tabButton2 a:link {
	background-image: url(../images/buttonTabLinkGray.jpg);	
}
#tabButton2 a:hover {
	background-image: url(../images/buttonTabHoverOrange.jpg);
	background-repeat: no-repeat;
}
#tabButton1 {
	width: 249px;
	height: 58px;
	float:left;
	margin-right:1px;
	background-image: url(../images/buttonTabLinkGray.jpg);
	background-repeat: no-repeat;
}
#tabButton1 a:link {
	background-image: url(../images/buttonTabLinkGray.jpg);	
}
#tabButton1 a:hover {
	background-image: url(../images/buttonTabHoverOrange.jpg);
	background-repeat: no-repeat;
}
