#topRow {
	width:900px;
	height:142px;
	background-color: #FFFFFF;
	float: left;
}

#topNav {
	width:auto;
	height:20px;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 9px;
	text-align: right;
	padding: 0px;
}
	#topNav ul {
	height: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-image: none;
	list-style-type: none;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: 500px;
	}
	#topNav ul li {
	float: right;
	padding: 0;
	}
	#topNav ul a {
	text-decoration:none;
	color: #999999;
	}
	#topNav a:hover {
	color: #FFFFFF;
	}
	#topNav li {
	text-align: center;	
	}
	#topNav .divider {
	width:10px;
	}
	#minusButton a {
	text-decoration:none;
	display:block;
	width:13px;
	height:12px;
	background-image: url(../../images/headerImages/blackMinus_but.gif);
	background-repeat: no-repeat;
	margin-top: 1px;
	}
	#minusButton a:hover {
	background-image: url(../../images/headerImages/blackMinus_but_f2.gif);
	}
	#textButton a {
	text-decoration:none;
	display:block;
	width:13px;
	height:12px;
	background-image: url(../../images/headerImages/text_but.gif);
	background-repeat: no-repeat;
	margin-top: 1px;
	}
	#textButton a:hover {
	background-image: url(../../images/headerImages/text_but_f2.gif);
	}
	#plusButton a {
	text-decoration:none;
	display:block;
	width:13px;
	height:12px;
	background-image: url(../../images/headerImages/blackPlus_but.gif);
	background-repeat: no-repeat;
	margin-top: 1px;
	}
	#plusButton a:hover {
	background-image: url(../../images/headerImages/blackPlus_but_f2.gif);
	}
	#printButton a {
	text-decoration:none;
	display:block;
	width:18px;
	height:17px;
	background-image: url(../../images/headerImages/printScr_but.gif);
	background-repeat: no-repeat;
	margin-top: -1px;
	}
	#printButton a:hover {
	background-image: url(../../images/headerImages/printScr_but_f2.gif);
	}
