/* CSS Document */
	
		.menu {
						height: 76px;
						width: 550px;
						float: center;
			}
			.cssnav	{
						position:relative;
						float:  left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(images/tinyyellowtilt2.jpg) no-repeat;
						width: 90px;
						height: 74px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
	display: block;
	color: #000000;
	font-size: 12px;
	width: 76px;
	height: 74px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;
	font-weight: bold;
			}
			.cssnav a:hover {
						color: #ff0000;
			}
			

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

			.cssnav span {
					    position: absolute;
					    left: -4px;top: 4px;
					    text-align: center;
					    width: 80px;
					    cursor: pointer;   
					     
			}
			/* END OF NAVIGATION */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 10px;
	font-weight: bold;
	color: #000000;
}
a {
	text-decoration: none;
}

