div#nav
{
				background-repeat: repeat-x;
				height: 46px;
				padding: 0 0 10px 0;
				text-align: right;
				width: 760px;
}

div#nav div
{
				background-position: 0 -46px;
				background-repeat: no-repeat;
				float: left;
				height: 46px;
				margin: 0;
				overflow: hidden;
}

div#nav img
{
				margin: 0;
}

div#nav a
{
				background-position: 0 0;
				background-repeat: no-repeat;
				display: block;
				height: 46px;
				margin: 0;
				overflow: hidden;
}

/* home link */
div#navhome,
div#navhome a
{
				background: url(../cmsimages/navhome.jpg);
				width: 70px;
}

/*  Meet Sara */
div#navmeetsara,
div#navmeetsara a
{
				background: url(../cmsimages/navmeetsara.jpg);
				width: 90px;
}

/* books link */
div#navbooks,
div#navbooks a
{
				background: url(../cmsimages/navbooks.jpg);
				width: 64px;
}

/* coming soon link */
div#navcomingsoon,
div#navcomingsoon a
{
				background: url(../cmsimages/navcomingsoon.jpg);
				width: 100px;
}

/* news link */
div#navnews,
div#navnews a
{
				background: url(../cmsimages/navnews.jpg);
				width: 58px;
}

/* photos link */
div#navphotos,
div#navphotos a
{
				background: url(../cmsimages/navphotos.jpg);
				width: 65px;
}

/* links link */
div#navlinks,
div#navlinks a
{
				background: url(../cmsimages/navlinks.jpg);
				width: 59px;
}

/* contact link */
div#navcontact,
div#navcontact a
{
				background: url(../cmsimages/navcontact.jpg);
				width: 71px;
}

div#nav a:hover
{
				background: none;
}