@charset "UTF-8";
/* CSS Document */

/* NAVIGATION BUTTONS */
			.cssnav	{
						position:relative;
						font-family: Georgia, "Times New Roman", Times, serif;
						background-image:  url(../images/menu_over.jpg);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 306px;
						height: 33px;
						margin: 0;
						padding: 0;
						behavior: url(iepngfix.htc);
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 14px;
						width: 306px;
						height: 33px;
						display: block;
						float: left;
						color: white; 
						text-decoration: none;
			}

			.cssnav img {width: 306px; height: 33px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}
			
			.cssnav a:hover {
			color: #003E7E;
			}

			.cssnav span {
						position: absolute;
						left: 30px;
						top: 5px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 245px;
						height: 14px;
						text-align: right;
						opacity: 0.99;
			}
			/* END OF NAVIGATION */
