.navleft {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 5px;
	background: url('nav_left.gif') no-repeat left top;
	height: 32px;
	width: 529px;
	text-align: left;
	padding-top: 8px;
	padding-left: 105px;
}

.navleft2 {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 5px;
	background: url('nav_left_2.gif') no-repeat left top;
	height: 32px;
	width: 529px;
	text-align: left;
	padding-top: 8px;
	padding-left: 38px;
}

.navcontainer  {
	
	position: absolute;
	top: 0px;
	left:0px;
	height: 32px;

	background-image: url('nav_middle.gif');
	background-repeat: repeat-x center;
	clear:both;

}


.navmiddle {

		height: 32px;
	top: 0px;
	left:529px;
	background-image: url('nav_middle.gif');
	background-repeat: repeat-x center;


}

.navright {

	position: absolute;
	top: 0px;
	right: 0px;
	/* Opera5.02 will show a space at right when there is no scroll bar */
	background-image: url('nav_right.gif');
	background-repeat: no-repeat;
	width: 20px; /* ie5win fudge begins */
	height: 32px;
}
