@charset "utf-8";

/* YOKO TYPE */

table#menubar {
	margin: 0;
	padding: 0;
/*	background-color: #FFF;
	border-top   :1px solid #999999;	
	border-bottom:1px solid #999999;	*/
	}

#menubar td.menu {
	/* width:11%; */
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	background: url(menu_bg1.gif) repeat-x;
	/* background-color: #FFF; */
	}
	
	
#menubar td.menu a{
	display: block;
	text-decoration: none;
	color: #fff;
	/* font-weight: bold; */
	text-align: center;
	border-right:3px solid #029C68;
	padding:5px;
/*	background: url(menu_bg1.gif) repeat-x; */
	}

#menubar td.menu a:hover {
	color: #FEFCE0;
	vertical-align: middle;
	text-decoration: none;
	background: url(menu_bg2.gif) repeat-x;
	}
