#topNav {
	float: right;
	width: 620px;
	height: 19px;
	margin-top: 9px;
}
#nav {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
#nav li {
	display:inline;
	padding:0;
	margin:0;
}
#nav a:link,
#nav a:visited {
	color:#fff;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	padding-top: 1px;
	text-shadow: 1px 1px 1px #400000;
}
#nav a:hover {
	color:#FF968D;
}
#nav-home a {
	width: 66px;
	height: 19px;
}
#home #nav-home a {
	width: 66px;
	height: 19px;
	background-image: url(../images/topNav_home2.gif);
	background-repeat: no-repeat;
	color:#FFF;
}
#nav-online a {
	width: 93px;
	height: 19px;
}
#online #nav-online a {
	width: 93px;
	height: 21px;
	background-image: url(../images/topNav_online2.gif);
	background-repeat: no-repeat;
	color: #fff;
}
#nav-book a {
	width: 133px;
	height: 19px;
}
#book #nav-book a {
	width: 133px;
	height: 19px;
	background-image: url(../images/topNav_book2.gif);
	background-repeat: no-repeat;
	color: #fff;
}
#nav-smgroup a {
	width: 107px;
	height: 19px;
}
#smgroup #nav-smgroup a {
	width: 107px;
	height: 19px;
	background-image: url(../images/topNav_smgroup2.gif);
	background-repeat: no-repeat;
	color: #fff;
}
#nav-stories a {
	width: 97px;
	height: 19px;
}
#stories #nav-stories a {
	width: 97px;
	height: 19px;
	background-image: url(../images/topNav_stories2.gif);
	background-repeat: no-repeat;
	color: #fff;
}
#nav-resources a {
	width: 119px;
	height: 19px;
}
#allresources #nav-resources a {
	width: 119px;
	height: 19px;
	background-image: url(../images/topNav_resources2.gif);
	background-repeat: no-repeat;
	color: #fff;
}
#nav a:active {
	color:#FF968D;
}
