
.cssnav	{
						position:relative;
						font-family: arial, helvetica, sans-serif;
						background-image:  url(over.gif);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: inline;
						width: 125px;
						height: 23px;
						margin: 0; 
						padding: 0;
						float: left; 
			}
			.cssnav a {
						display: block;
						color: #336699;
						font-size: 8pt;
						font-family: Tahoma, Arial, Helvetica, sans-serif;
						width: 125px;
						height: 12px;
						display: block;
						float: left;
						text-decoration: none;
						font-weight: bold;
			}
			.cssnav a:hover {
						color: #CC0000;
						font-size: 8pt;
						font-family: Tahoma, Arial, Helvetica, sans-serif;
						width: 125px;
						height: 12px;
						display: block;
						float: left;
						text-decoration: none;
						font-weight: bold;
			}
			

			.cssnav img {width: 125px; height: 23px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: relative;
						float: left; 
						left: 0px;
						top: -19px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 125px;
						height: 15px;
						text-align: center;
			}		