@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: url(../../images/template/navbar_back.jpg) left center;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

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;
}

div.navinotsel {
	padding: 5px 0px 6px 0px;
	text-align: center;
	color: white;
	font-weight: bold;
	background: url(../../images/template/navbar_back.jpg) left center;
	border-right: 1px solid white;
	text-decoration: none;
}

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;
}