/* NAVIGATION BUTTONS */
			.menu {
						height: 22px;
						width: 645px;
					}
					
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
					/*	background: url(/projections/images/overbtn.gif) ;
						background: url(/projections/images/top_nav_over.gif) x-repeat;*/
						
						background-image:url(../images/top_nav_over.gif);
						background-repeat:repeat-x;
						width: 128px;
						height: 22px;
						border-right: solid 1px #036;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 12px;
						width: 128px;
						height: 22px;
						display: block;
						float: left;
						color: #036; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #ffffff;
			}
			

			.cssnav img {width: 128px; height: 22px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						color: #036; 
						font-weight:bold;
					    position: absolute;
					    left: -10px;
						top: 5px;
					    text-align: center;
					    width: 150px;
					    cursor: pointer;   
					     
			}
			/* END OF NAVIGATION */

