.links {
						height: 30px;
						width: 800px;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: helvetica, sans-serif;
						color:#660033;
						width: auto;
						height: 30px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
	display: block;
	font-size: 11px;
	width: 100px;
	height: 30px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						background-image: url(images/button_bkgd_normal.jpg);
							}
			

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

			.cssnav span {
	position: absolute;
	left: 0px;
	bottom: 3px;
	text-align: center;
	color:#660000;
	vertical-align:middle;
	width: 100px;
	cursor: hand;
					     
			}

