
/* NAVIGATION BUTTONS */

			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						
						width: 121px;
						height: 26px;
	                    overflow:hidden;/* for ie to hide extra height*/	
						margin-right: 2px;
			}
			.cssnav a {font-family: Verdana, Arial, Helvetica, Sans-Serif;
						display: block;
						font-size: 10px;
						width: 121px;
						height: 26px;
						display: block;
						float: right;
						color: white; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						
			}
			

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

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

