
/* NAVIGATION BUTTONS */

.cssnav	{
	position:relative;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	display: block;
	width: 166px;
	height: 40px;
	margin: 0; 
	padding: 0; 
}

.cssnav a {
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	width: 166px;
	height: 40px;
	background: url(/graphics/bp_btncombined.jpg) 0px 0px;  	
	display: block;	
	float: left;
	color: black; 
	text-decoration: none;
}

.cssnav :hover, active { background: url(/graphics/bp_btncombined.jpg) 0px 40px; } 

.cssnav span {
	position: relative;
	left: 0px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 149px;
	height: 14px;
	text-align: center;
}

/* END OF NAVIGATION */