@charset "utf-8";
/* CSS Document */

/* NAVIGATION BUTTONS */
			.cssnav	{
						position:relative;
						font-family: arial, helvetica, sans-serif;
						background-image: url(../images/button/button_on.jpg);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 150px;
						height: 40px;
						margin-left:27px; 
						padding: 0;
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 16px;
						width: 150px;
						height: 40px;
						display: block;
						float: left;
						color: #FFF; 
						text-decoration: none;
			}

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

			.cssnav span {
						position: absolute;
						left: 5px;
						top: 5px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 149px;
						height: 14px;
						text-align: center;
			}
			/* END OF NAVIGATION */

