@charset "UTF-8";
/* CSS Document */


/* NAVIGATION BUTTONS */
			.menu {
						height: 14px;
						width: 540px;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						/*background: url(images/but_home_a.gif) no-repeat;*/
						/*background:url(images/but_home_c.gif);*/
						/*width: 211px;*/
						/*height: 44px;*/
	                    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*/
			}
			.cssnav a:hover {
						color: #ffffff;
			}
			

			.cssnav img {/*width: 211px; height: 44px;*/ border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 30px;top: 15px;
					    text-align: center;
					    width: 150px;
					    cursor: pointer;   
					     
			}
/* END OF NAVIGATION */
