.menuc {
						height: 39px;
						width: 229px;
			}
			.cssnavc	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(images/new-but-cont-b.gif) no-repeat;
						width: 229px;
						height: 39px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnavc a {
	display: block;
	color: #000000;
	font-size: 16px;
	width: 229px;
	height: 39px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
	font-weight: bold;
			}
			.cssnavc a:hover {
						color: #ffffff;
			}
			

			.cssnavc img {width: 229px; height: 39px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnavc a:hover img{visibility:hidden}

			.cssnavc span {
					    position: absolute;
					    left: 0px;top: 10px;
					    text-align: center;
					    width: 229px;
					    cursor: pointer;   
					     
			}

