




			.cssnav	{
						position:relative;
						font-family: arial black, arial, helvetica, sans-serif;
						background-image:  url(NavOver1.jpg);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: inline;
						width: 126px;
						height: 30px;
						margin: 0; 
						padding: 0;
						float:right; 
			}
			.cssnav a {
						display: block;
						color:#FF3300;
						
						font-size: 11px;
						width: 126px;
						height: 30px;
						display: block;
						float: left;
						color:#FF3300; 
						text-decoration: none;
			}
			.cssnav a:hover {
						color: #ffffff;
			}
			

			.cssnav img {width: 126px; height: 30px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: relative;
						float: left; 
						left: 30px;
						top: -22px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 70px;
						height: 14px;
						text-align: center;
			}