@charset "utf-8";

/* TATE 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-size: 12px;
	text-align: left;
	border-bottom:2px dotted #eeeeee;
		}

#menubar td.menu a{
	display: block;
	text-decoration: none;
	color: #333;
	/* font-weight: bold; */
	padding:4px;
	/* background: url(menu_bg1.gif) repeat-x; */
	}


#menubar td.menu a:hover {
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	background-color: #ffffdf;
	/* background: url(menu_bg2.gif) repeat-x; */
	}

#menubar th.menu {
	font-size: 12px;
	font-weight:normal;
	text-align: left;
	border-bottom:2px dotted #eeeeee;
	padding:4px;
	}

table.menubtn a:hover{
top:4px; position:relative;
}

