			.cssnav	{
						
						font-family: garamond, serif;
						background-repeat: no-repeat;
						margin: 0px 0px 0px 0px; 
						padding: 0px 0px 0px 0px; 
						border: 0px;
						height: 30px;
						width: 100px;
						float: left;
						display: inline;
						background-image: url(buttons/button1active.gif);
			}
			.cssnav a {
						float: left;
						text-decoration: none;
						border: 0px;
						height: 30px;
						width: 100px;
						padding: 0px 0px 0px 0px;
						margin: 0px 0px 0px 0px;
						overflow: hidden;
					}

			.cssnav img 
      {
        border: 0; 
        z-index: 0;
        margin: 0;
      }
			
			.cssnav a:hover img{visibility:hidden;}

			

			.cssnav span {
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 100px;
						height: 30px;
						display: inline;
						position: relative;
						top: -30px;
						font-size: 1.2em;
						font-weight: 900;
						color: white;
						text-align: center;
						line-height: 22px;
						z-index: 1;
			}
			.cssnav a:hover
			{
        white-space: normal;
      }
      .cssnav a:hover span
      {
        color: #eebe34;
      }

div.n
{
	float:right;
}
div.bend
{
  	border: 1px solid #202020;
}

div.bnext
{
  border-top: 1px solid #202020;
	border-bottom: 1px solid #202020;
	border-right: 1px solid #202020;
}

div.store
{
  background-image: url(buttons/storedown.gif);
	
}
