div.narbarTop {
	height: 24px;
	text-align: center;
	float:right;
	width:695px;
	margin-top:16px;
}
ul#narbarTop {
	list-style-type: none;
	display: block;
	margin: 0px auto 0px auto;
	padding-left: 0px;
}
.narbarTop li {
	display:inline;
	margin: 0px;
	padding: 0px;
}
ul#narbarTop li a:link, ul#narbarTop li a:visited {
	float: left;
	width: 115px;
	height: 24px;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
	background: url(../images/common/tabOff.gif) no-repeat center bottom;
	/*color:#f8e9d3;
	color:#fdf7ef;*/
	color: #A5431B;
	font-size: 13pt;
}
ul#narbarTop li#active a {
	width: 115px;
	height: 24px;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
	background: url(../images/common/tabActive.gif) no-repeat center bottom;
	color:#fdf7ef;
	font-size: 13pt;
}
ul#narbarTop li a:hover, ul#narbarTop li#active a:hover {
	width: 115px;
	height: 24px;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
	background: url(../images/common/tabHover.gif) no-repeat center bottom;
	color: #f8e9d3;
	font-size: 12pt;
}
