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

/* NAVIGATION BUTTONS */
			.cssnav	{
						position:relative;
						font-family: Arial, Helvetica, sans-serif;
						background-image: url(../images/menu_button.png);
						white-space: nowrap;
						display: block;
						width: 270px;
						height: 40px;
						margin: 0;
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 13px;
						text-align: right;
						width: 270px;
						height: 40px;
						display: block;
						float: left;
						color: white; 
						text-decoration: none;
			}

			.cssnav img {width: 270px; height: 40px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}
			
			.cssnav a:hover {
			background-image: url(../images/menu_button_over.png);
			}

			.cssnav span {
						position: absolute;
						left: 5px;
						top: 11px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 250px;
						height: 14px;
						text-align: right;
						font-weight: normal;
						opacity: 0.99;
						padding-right: 20px;
			}
			/* END OF NAVIGATION */