﻿#navigationBar
	{
	    margin-top: 9px;
		text-align: left;
		width: 700px;
		height: 27px;
		background: url("../images/navbarBg.jpg") no-repeat;
	}
	
	.navListItemSelected
	{
		float: left;
	}
	
	.booksTab
	{
		font-family: 'Trebuchet MS', Arial;
		font-size: 12px;
		font-weight: bold;
		float: left;
		padding-top: 6px; /*FF*/
		[padding-top: 12px; /*OLDER VERSION OF MOZILLA < 1.01*/
		padding-top: 6px; /*GOOGLE CHROME, SAFARI*/
		]padding-top: 6px; /*IE 7*/
		text-align: left;
		width: 88px;
		height: 28px;
		background: url("../images/books_up.jpg") no-repeat;
		margin-right: 3px;
		text-align: center;
		
	}
		.booksTabSelected
		{
			float: left;
			width: 88px;
			height: 28px;
			background: url("../images/books_over.jpg") no-repeat;
			text-align: center;
			margin-left: 0px;
			margin-right: 3px;
		}
		
	.bookletsTab
	{
		font-family: 'Trebuchet MS', Arial;
		font-size: 12px;
		font-weight: bold;
		float: left;
		padding-top: 6px;
		text-align: center;
		width: 102px;
		height: 28px;
		background: url("../images/booklets_up.jpg") no-repeat;
		margin-left: 0px;
		margin-right: 3px;
	}
	
	.bookletsTabSelected
		{
			float: left;
			width: 102px;
			height: 28px;
			background: url("../images/booklets_over.jpg") no-repeat;
			margin-left: 0px;
			margin-right: 3px;
		}
	.supplementsTab
	{
		font-family: 'Trebuchet MS', Arial;
		font-size: 12px;
		font-weight: bold;
		float: left;
		padding-top: 6px;
		text-align: center;
		width: 131px;
		height: 28px;
		background: url("../images/supplements_up.jpg") no-repeat;
	}
	
	.supplementsTabSelected
		{
			float: left;
			width: 131px;
			height: 28px;
			background: url("../images/supplements_over.jpg") no-repeat;
		}

	.selectedContainer
	{
		text-align: center;
		font-family: 'Trebuchet MS', Arial;
		font-size: 12px;
		font-weight: bold;
		color: #F187E1;
		padding-top: 6px;
	}
	.nonNavLink
	{
		color: #666666;
		text-decoration: none;
	}
	a.navLink
	{
		color: #ffffff;
		text-decoration: none;
	}
	a.navLink:hover
	{
		color: #F187E1;
		text-decoration: none;
	}
	a.navLink2
	{
		color: #666666;
		text-decoration: none;
		cursor: pointer;
	}
	a.navLink2:hover
	{
		color: #016701;
		text-decoration: none;
	}
	