.menup {
						height: 31px;
						width: 519px;
			}
			.cssnavp	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(images/n-but-port-b.jpg) no-repeat;
						width: 519px;
						height: 31px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnavp a {
	display: block;
	color: #000000;
	font-size: 14px;
	width: 519px;
	height: 31px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
	font-weight: bold;
			}
			.cssnavp a:hover {
						color: #ffffff;
			}
			

			.cssnavp img {width: 519px; height: 31px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnavp a:hover img{visibility:hidden}

			.cssnavp span {
					    position: absolute;
					    left: 0px;top: 7px;
					    text-align: center;
					    width: 519px;
					    cursor: pointer;   
					     
			}

