			.menu {
						height: 160px;
						width: 90px;
						
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						font-weight:bold;
						background: url(Over_Btn.jpg) no-repeat;
						width: 100px;
						height: 40px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 12px;
						font-weight:bold;
						width: 100px;
						height: 40px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #0033FF;
			}
			

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

			.cssnav span {
					    position: absolute;
					    left: 0px;top: 11px;
					    text-align: center;
					    width: 100px;
					    cursor: pointer;   
					     
			}
			/* END OF NAVIGATION */

