/* top_menu start by kk*/
#top_menu {
	clear:both;
	width: 890px;
	height: 31px;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	background-color : white;
	float: none;
	bottom: 0px;
	border-bottom: 5px solid #527B9B;
}
#top_menu table{
	height: 31px;
	padding: 0px;
	border: 0px;
}
#top_menu td.other{
	width: 101px;
	border: 0px;
  	background-image: url(http://www.meiji.ac.jp/wsys/images_topmenu/tab_in.gif);
  	background-repeat : no-repeat;
}
#top_menu td.tab_here{
	width: 101px;
	border: 0px;
	background-image: url(http://www.meiji.ac.jp/wsys/images_topmenu/tab_on.gif);
	background-repeat : no-repeat;
}

#top_menu a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: left;
	vertical-align:middle;
	padding-left: 5px;
	margin-left: 0px;
/*	width: 80px;*/
	width: 96px;
	line-height: 31px;
}


#top_menu td.other a:link{
  	color: #527b9b;
}
#top_menu td.other a:visited{
	color: #527b9b;
}
#top_menu td.other a:hover{
	color: darkorange;
}



#top_menu td.tab_here a:link{
  	color: white;
}
#top_menu td.tab_here a:visited{
  	color: white;
}
#top_menu td.tab_here a:hover{
    color: darkorange;
}



.top_menu img.icon_link{
  float: left;
}
