#mainContainer {
	/*border:1px solid #000000;*/
	width: inherit;
	padding-top:10px;
}

#mainMenu{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;	
	letter-spacing:.2px;

	height:24px;	/* for FF */
	_height:34px;	/* for IE6 */

	padding:10px 0px 0px 0px;

	background-image:url(/images/back/topmenu_mainbottom_gray.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
	background-color: #FFF;	/* Background color of main menu */
	
/* 	position:relative;	Don't change this position attribute */

}

#mainMenu a{
	padding:6px 7px 4px 7px;
	margin: 0px 3px 0px 3px;
	border-bottom:4px solid #E0E0E0;	/* Bottom border of main menu */
	font-weight:bold;
	/* Don't change these two options
	position:absolute; */
	/* bottom: 0px;	Change this value to -2px if you're not using a strict doctype */
	text-decoration:none;
}

#mainMenu a:hover{
	/* Border options */
	border-left:1px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;		
	border-bottom:5px solid #FFCC00;	/* Bottom border of main menu */
	
	background-color: #FFFFCC;	/* Background color */
	
	cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
}

/*
Style attributes of active menu item 
*/
#mainMenu .activeMenuItem{
	color: #FF0000;	/* Red color when the user moves the mouse over sub menu items */
	/* Border options */
	border-left:1px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;		
	border-bottom:5px solid #FF6600;	/* Bottom border of main menu */
	
	background-color: #FFFFCC;	/* Background color */
	
	cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
}

#mainMenu .activeMenuItem img{
	position:absolute;
	bottom:0px;
	right:0px;
}
	
/*
Style attributes of inactive menu items
*/
#mainMenu .inactiveMenuItem{		
	border-left:1px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;

	color: #000;	/* Text color */
	cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
}

#submenu{		
	background-color:#FFFFCC;
	white-space:nowrap;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	border-bottom:1px solid #A0A0A0;
	margin:0px;
}	
#submenu td{		
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;	
}
#submenu form{
	margin:0;
	padding:0;
}


#submenu a{	
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	color: #000;
}

#submenu a:hover{
	color: #FF0000;
}

#submenu .activeMenuItem{		
	font-weight: bold;
	color: #FF0000;
}

#submenu .inactiveMenuItem{		
}
