.menu
{


						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url('images/ButtonOver.jpg') no-repeat;
						width: 120px;
						height: 25px;
	                    overflow:hidden	
			}
			.menu a {
						display: block;
						color: #000000;
						font-size: 14px;
						width: 120px;
						height: 25px;
						display: block;
						float: center;
						color: white; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.menu a:hover {
						color: #000000;
			}
			

			.menu img {width: 120px; height: 25px; border: 0px none; }
			* html a:hover {visibility:visible}
			.menu a:hover img{visibility:hidden}

			.menu span {
					    position: absolute;
					    left: 0px;top: 5px;
					    text-align: center;
					    width: 120px;
					    cursor: pointer;   
					     
			}
			
			
			
			
.menujp
{


						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url('images/ButtonOver.jpg') no-repeat;
						width: 120px;
						height: 25px;
	                    overflow:hidden	
			}
			.menujp a {
						display: block;
						color: #000000;
						font-size: 12px;
						width: 120px;
						height: 25px;
						display: block;
						float: center;
						color: white; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.menujp a:hover {
						color: #000000;
			}
			

			.menujp img {width: 120px; height: 25px; border: 0px none; }
			* html a:hover {visibility:visible}
			.menujp a:hover img{visibility:hidden}

			.menujp span {
					    position: absolute;
					    left: 0px;top: 7px;
					    text-align: center;
					    width: 120px;
					    cursor: pointer;   
					     
			}