
			/* NAVIGATION BUTTONS */
			.menu {
						height: 34px;
						width: 750px;
						margin: 	0 auto;
						text-align: 	left;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: verdana;
						
						background: url(art/overbtn.png) no-repeat;
						width: 150px;
						height: 35px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #333;
						font-size: 12px;
						font-weight: bold;
						width: 150px;
						height: 34px;
						display: block;
						float: left;
						color: #333; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #fff;
			}
			

			.cssnav img {width: 150px; height: 34px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 0; top: 10px;
					    text-align: center;
					    width: 150px;
					    height:34px;
					    cursor: hand;   
					     
			}
			/* END OF NAVIGATION */

			
