#subnav {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: auto;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/pnback2.gif);
	background-position: 0px;
	clip: rect(auto,auto,auto,auto);
	margin: 0px;
	text-align: left;
	text-indent: 9px;
}
#subnav a {
	display: block;
	width: 150px;
	height: 32px;
	float: left;
	text-align: left;
	text-decoration : none;
	text-transform : uppercase;
	line-height : 31px;
	padding: 0px;
	margin: 0px;
	color: #333333;
	background : url(../images/pnbutton2.gif);
	font-weight : bold;
	font-size : 10px;
}

#subnav a.active {
	background : url(../images/pnbuttona2.gif)!important;
}

#subnav a:hover {
	color: #CCCCCC;
	background : url(../images/pnbuttonh2.gif);
	background-position: 0px;
	text-align: left;
	text-indent: 9px;
}

