			/* NAVIGATION BUTTONS */
			.menu {
						height: 29px;
						width: 700px;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: comic sans MS, arial, helvetica, sans-serif;
						background: url(images/overbtn.jpg) no-repeat;
						width: 140px;
						height: 29px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #a6a6a6;
						font-size: 11px;
						width: 140px;
						height: 29px;
						float: left;
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #ffffff;
			}
			

			.cssnav img {width: 140px; height: 29px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 10px;top: 8px;
					    text-align: center;
					    width: 140px;
					    cursor: pointer;   
					     
			}
			/* END OF NAVIGATION */

			/* NAVIGATION BUTTONS */
			.menu2 {
						height: 22px;
						width: 900px;
			}
			.cssnav2	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: comic sans MS, arial, helvetica, sans-serif;
						background: url(images/overbtn2.jpg) no-repeat;
						width: 180px;
						height: 22px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav2 a {
						display: block;
						color: #666666;
						font-size: 11px;
						width: 180px;
						height: 22px;
						float: left;
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav2 a:hover {
						color: #000000;
			}
			

			.cssnav2 img {width: 225px; height: 22px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav2 a:hover img{visibility:hidden}

			.cssnav2 span {
					    position: absolute;
					    left: 10px;top: 4px;
					    text-align: center;
					    width: 180px;
					    cursor: pointer;   
					     
			}
			/* END OF NAVIGATION */

