@charset "utf-8";
/* CSS Document NO JAVASCRIPT - Redefinition of specific blocks to work under disabled javascript */

div.navinotselstart {
	padding: 5px 0px 6px 0px;
	text-align: center;
	color: white;
	font-weight: bold;
	background: #1299cd;
	border-left: 1px solid white;
	border-right: 1px solid white;
}  /*This the first item in the nav bar*/


div.navinotselstart:hover {
	padding: 5px 0px 6px 0px;
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: #0066FF;
	border-left: 1px solid white;
	border-right: 1px solid white;
	cursor: pointer;
}  /*This is the nav hover info for the first item*/

div.navinotsel {
	padding: 5px 0px 6px 0px;
	text-align: center;
	color: white;
	font-weight: bold;
	background: #1299cd;
	border-right: 1px solid white;
	text-decoration: none;
} /*These are the rest of the items in the nav bar*/

div.navinotsel:hover {
	padding: 5px 0px 6px 0px;
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: #0066FF;
	border-right: 1px solid white;
	cursor: pointer;
	text-decoration: none;
}/*This is the nav hover info*/