@charset "utf-8";

#menutop table {
	background-image: url(../image/ap-menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;

	width: 1000px;
	height: 68px;
}
#menutop table tbody tr td {
	margin: 0;
	padding: 0;

	width: auto;
	height: 10px;
	
	background: none;
		
	font-family: Arial, Helvetica, sans-serif;

	font-size: 8px;
	text-decoration: none;
	color: #5b5c5a;
	
	background: none;
}
#menutop tbody tr td.menu {
	width: 115px;
	height: 46px;
	
	margin: 0;
	padding: 0;
	padding-left: 30px;
	
	text-align: left;
	
	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;
	color: #72797F;
	
	background-repeat: no-repeat;
}
#menutop tbody tr td.menu a {
	width: auto;
	height: 48px;
	
	margin: 0;
	padding: 0;
	
	color: #72797F;
	
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}
#menutop tbody tr td.menu a:hover, #menutop tbody tr td.menu a.actif {
	color: #b20133;
}
