/* CSS Document */
#homebutton {
	color : #FFFFFF;
	font-size: 0.6em;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
	line-height: 20px;
	background-color: #076BA7;
}

#caseworkbutton {
	color : #FFFFFF;
	font-size: 0.64em;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	background-color: #076BA7;
}

#fumehoodsbutton {
	color : #FFFFFF;
	font-size: 0.64em;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #076BA7;
	line-height: 20px;
}

#servicesbutton {
	color : #FFFFFF;
	font-size: 0.64em;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	background-color: #076BA7;
}
#accessoriesbutton {
	color : #FFFFFF;
	font-size: 0.64em;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	background-color: #076BA7;
}

#trailersbutton {
	color : #FFFFFF;
	font-size: 0.64em;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	background-color: #076BA7;
}
#contactusbutton	{
	color : #FFFFFF;
	font-size: 0.64em;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	background-color: #076BA7;
}
/* This section is for the buttons when they are selected
Be sure to give the body the id of the page as listed here.
example- <!-- Body ID sets the Nav Bar Colors -->
<body id="home"> on the home page. */
#home #homebutton {
	color : #FFFFFF;
	background: #FE7400;
}

#casework #caseworkbutton {
	color : #FFFFFF;
	background: #FE7400;
}

#fumehoods #fumehoodsbutton {
	color : #FFFFFF;
	background: #FE7400;
}

#services #servicesbutton {
	color : #FFFFFF;
	background: #FE7400;
}

#accessories #accessoriesbutton {	
	color : #FFFFFF;
	background: #FE7400;
}

#trailers #trailersbutton {
	color : #FFFFFF;
	background: #FE7400;
}
#contactus #contactusbutton {
	color : #FFFFFF;
	background: #FE7400;
}


/*End Nav section*/
