.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #E86F00;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-bottom-style: outset;
	border-right-color: #000000;
	border-bottom-color: #83A6F8;
}
.navlast {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #E86F00;
	border-bottom-width: 0px;
	border-bottom-style: outset;
	border-bottom-color: #83A6F8;
}
.background {
	background-image: url(new%20images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.unders {
	border-bottom: 1px solid #F37120;
}
.rightside {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F37120;
}
