/* CSS Document */

td.menuFrontWidth{
	border-bottom: 1px solid #048DCE;
	width:60px;
	background-repeat: no-repeat;
}
td.menuActive{
	border-top: 1px solid #048DCE;
	background-color: #004A6D;
	color: #FFFFFF;
	font-weight: bold;
	width: 60px;
	text-align: center;
	text-decoration: none;
}
td.menuInactive{
	border-top: 1px solid #353535;
	border-bottom: 1px solid #048DCE;
	background-color: #8F8F8F;
	color: #E6E6E6;
	width: 60px;
	text-align: center;
}

td.menuNone{
	border-bottom: 1px solid #048DCE;
}
td.menuInactiveInactive{
	border-bottom: 1px solid #048DCE;
	background-image:  url(../image/menu/menu_inactive_inactive.gif);
	width:24px;
	background-repeat: no-repeat;
}
td.menuInactiveTail{
	border-bottom: 1px solid #048DCE;
	background-image:  url(../image/menu/menu_inactive_end.gif);
	background-repeat: no-repeat;
	width:22px;
}
td.menuActiveTail{
	background-image:  url(../image/menu/menu_active_end.gif);
	background-repeat: no-repeat;
	width:22px;
}
td.menuInactiveActive{
	background-image:  url(../image/menu/menu_inactive_active.gif);
	background-repeat: no-repeat;
	width:22px;
}
td.menuActiveInactive{
	background-image:  url(../image/menu/menu_active_inactive.gif);
	background-repeat: no-repeat;
	width:22px;
}
td.menuActiveStart{
	background-image:  url(../image/menu/menu_active_start.gif);
	background-repeat: no-repeat;
	width:14px;
	height: 20px;
}
td.menuInActiveStart{
	border-bottom: 1px solid #048DCE;
	background-image:  url(../image/menu/menu_inactive_start.gif);
	background-repeat: no-repeat;
	width:14px;
	height: 20px;
}
td.menuActive a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
td.menuInactive a{
	text-decoration: none;
	color: #E6E6E6;
	display: block;
	width: auto;
}
td.menuInactive a:hover{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: auto;
}