.navBtn {
	background-color : #CCCBCC;
	border : 1px;
	border-style : solid;
	border-color : Black;
	color : #FB0B0C;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	font-size : 14px;
	font-weight : normal;
	height : 24px;
	cursor: auto;
}

.navBtn_over {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #CCCBCC;
	border : 1px;
	border-style : solid;
	border-color : Black;
	color : Black;
	text-align : center;
	font-size : 15px;
	height : 24px;
	cursor: pointer;
}

