
/* NAVIGATION BUTTONS */
			.menu {
						height: 29px;
						width: 100%;
						padding:0px 0px 0px 20px;
						
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding:0px 0px 0px 0px;
						font-family: arial, helvetica, sans-serif;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						/*width: 211px;
						height: 44px;*/
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
						padding:0px 0px 0px 0px;
			}
			.cssnav a:hover {
						color: #7ab13c;
			}
			

			.cssnav img {width: 90px; height: 29px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: -4px;top: 8px;
					    text-align: center;
					    width: 90px;
					    cursor: pointer;   
					     
			}
/* END OF NAVIGATION */